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: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/paragraphs.el
Date: Thu, 06 Apr 2006 19:20:39 +0000

Index: emacs/lisp/textmodes/paragraphs.el
diff -u emacs/lisp/textmodes/paragraphs.el:1.83 
emacs/lisp/textmodes/paragraphs.el:1.84
--- emacs/lisp/textmodes/paragraphs.el:1.83     Thu Apr  6 15:36:24 2006
+++ emacs/lisp/textmodes/paragraphs.el  Thu Apr  6 19:20:37 2006
@@ -163,7 +163,7 @@
 to obtain the value of this variable."
   :group 'paragraphs
   :type '(choice regexp (const :tag "Use default value" nil)))
-;;;###autoload(put 'sentence-end 'safe-local-variable (lambda (a) (or (stringp 
a) (null a))))
+;;;###autoload(put 'sentence-end 'safe-local-variable 'string-or-null-p)
 
 (defcustom sentence-end-base "[.?!][]\"'$B!I$,1r}(B)}]*"
   "*Regexp matching the basic end of a sentence, not including following 
space."




reply via email to

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