emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 11 May 2006 15:01:44 +0000

Index: emacs/lisp/simple.el
diff -u emacs/lisp/simple.el:1.800 emacs/lisp/simple.el:1.801
--- emacs/lisp/simple.el:1.800  Sat May  6 23:57:11 2006
+++ emacs/lisp/simple.el        Thu May 11 15:01:41 2006
@@ -4058,6 +4058,7 @@
                 string)
   :group 'fill)
 (make-variable-buffer-local 'fill-prefix)
+;;;###autoload(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
 
 (defcustom auto-fill-inhibit-regexp nil
   "*Regexp to match lines which should not be auto-filled."




reply via email to

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