comparison lisp/allout.el @ 70002:e753e12d2f33

(allout-layout): Autoload its `safe-local-variable' property.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 13 Apr 2006 10:44:37 +0000
parents be6a0491d438
children 81a284d45346 2d2f6f096f6e c156f6a9e7b5
comparison
equal deleted inserted replaced
70001:11a1ce8b2fe4 70002:e753e12d2f33
664 664
665 `allout-default-layout' describes the specification format. 665 `allout-default-layout' describes the specification format.
666 `allout-layout' can additionally have the value `t', in which 666 `allout-layout' can additionally have the value `t', in which
667 case the value of `allout-default-layout' is used.") 667 case the value of `allout-default-layout' is used.")
668 (make-variable-buffer-local 'allout-layout) 668 (make-variable-buffer-local 'allout-layout)
669 ;;;###autoload
669 (put 'allout-layout 'safe-local-variable t) 670 (put 'allout-layout 'safe-local-variable t)
670 671
671 ;;;_ : Topic header format 672 ;;;_ : Topic header format
672 ;;;_ = allout-regexp 673 ;;;_ = allout-regexp
673 (defvar allout-regexp "" 674 (defvar allout-regexp ""