From b1a569b54fafeee8236b3ec38389d793475568ca Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 13 Apr 2006 10:44:37 +0000 Subject: [PATCH] (allout-layout): Autoload its `safe-local-variable' property. --- lisp/allout.el | 1 + 1 file changed, 1 insertion(+) 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.) `allout-layout' can additionally have the value `t', in which case the value of `allout-default-layout' is used.") (make-variable-buffer-local 'allout-layout) +;;;###autoload (put 'allout-layout 'safe-local-variable t) ;;;_ : Topic header format -- 2.39.2