emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/texinfo.el
Date: Tue, 25 Oct 2005 00:57:45 -0400

Index: emacs/lisp/textmodes/texinfo.el
diff -c emacs/lisp/textmodes/texinfo.el:1.112 
emacs/lisp/textmodes/texinfo.el:1.113
*** emacs/lisp/textmodes/texinfo.el:1.112       Fri Oct 21 18:57:43 2005
--- emacs/lisp/textmodes/texinfo.el     Tue Oct 25 04:57:45 2005
***************
*** 1,4 ****
! ;;; texinfo.el --- major mode for editing Texinfo files
  
  ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
  ;;   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
--- 1,4 ----
! ;;; texinfo.el --- major mode for editing Texinfo files -*- coding: 
iso-2022-7bit -*-
  
  ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
  ;;   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
***************
*** 595,601 ****
    (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
    (make-local-variable 'sentence-end-base)
    (setq sentence-end-base
!       "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'\xd0c9\x5397d)}]*")
    (make-local-variable 'adaptive-fill-mode)
    (setq adaptive-fill-mode nil)
    (make-local-variable 'fill-column)
--- 595,601 ----
    (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
    (make-local-variable 'sentence-end-base)
    (setq sentence-end-base
!       "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'$,1r}r}(B)}]*")
    (make-local-variable 'adaptive-fill-mode)
    (setq adaptive-fill-mode nil)
    (make-local-variable 'fill-column)
***************
*** 1059,1063 ****
  
  (provide 'texinfo)
  
! ;;; arch-tag: 005d7c38-43b9-4b7d-aa1d-aea69bae73e1
  ;;; texinfo.el ends here
--- 1059,1063 ----
  
  (provide 'texinfo)
  
! ;; arch-tag: 005d7c38-43b9-4b7d-aa1d-aea69bae73e1
  ;;; texinfo.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]