aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-04-13 10:44:37 +0000
committerEli Zaretskii2006-04-13 10:44:37 +0000
commitb1a569b54fafeee8236b3ec38389d793475568ca (patch)
treee3d26849048f28f9e357ac3948de6caad56b451e
parenta261265692a0a840632d9a7c64478006c9f3b46a (diff)
downloademacs-b1a569b54fafeee8236b3ec38389d793475568ca.tar.gz
emacs-b1a569b54fafeee8236b3ec38389d793475568ca.zip
(allout-layout): Autoload its `safe-local-variable' property.
-rw-r--r--lisp/allout.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index 31ed3a791ea..66c4b8681db 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -666,6 +666,7 @@ the layout used for the allout.el source file.)
666`allout-layout' can additionally have the value `t', in which 666`allout-layout' can additionally have the value `t', in which
667case the value of `allout-default-layout' is used.") 667case 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