emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/outline.el
diff -u emacs/lisp/outline.el:1.22 emacs/lisp/outline.el:1.23
--- emacs/lisp/outline.el:1.22  Mon Mar  6 04:49:42 2006
+++ emacs/lisp/outline.el       Thu May 11 15:01:41 2006
@@ -54,6 +54,7 @@
 in the file it applies to.  See also `outline-heading-end-regexp'."
   :type '(choice regexp (const nil))
   :group 'outlines)
+;;;###autoload(put 'outline-regexp 'safe-local-variable 'string-or-null-p)
 
 (defcustom outline-heading-end-regexp "\n"
   "Regular expression to match the end of a heading line.




reply via email to

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