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/paragraphs.el


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

Index: emacs/lisp/textmodes/paragraphs.el
diff -c emacs/lisp/textmodes/paragraphs.el:1.80 
emacs/lisp/textmodes/paragraphs.el:1.81
*** emacs/lisp/textmodes/paragraphs.el:1.80     Fri Oct 21 18:56:56 2005
--- emacs/lisp/textmodes/paragraphs.el  Tue Oct 25 04:56:18 2005
***************
*** 159,165 ****
    :group 'paragraphs
    :type '(choice regexp (const :tag "Use default value" nil)))
  
! (defcustom sentence-end-base "[.?!][]\"'\xd0c9\x5397d)}]*"
    "*Regexp matching the basic end of a sentence, not including following 
space."
    :group 'paragraphs
    :type 'string
--- 159,165 ----
    :group 'paragraphs
    :type '(choice regexp (const :tag "Use default value" nil)))
  
! (defcustom sentence-end-base "[.?!][]\"'$B!I$,1r}(B)}]*"
    "*Regexp matching the basic end of a sentence, not including following 
space."
    :group 'paragraphs
    :type 'string
***************
*** 502,510 ****
    (interactive "*p")
    (transpose-subr 'forward-sentence arg))
  
! ;;; Local Variables:
! ;;; coding: iso-2022-7bit
! ;;; End:
  
! ;;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575
  ;;; paragraphs.el ends here
--- 502,510 ----
    (interactive "*p")
    (transpose-subr 'forward-sentence arg))
  
! ;; Local Variables:
! ;; coding: iso-2022-7bit
! ;; End:
  
! ;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575
  ;;; paragraphs.el ends here




reply via email to

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