From 3382daae9cdf42e181a4a227f32bb81e64170cd5 Mon Sep 17 00:00:00 2001 From: "Tom Breton (Tehom)" Date: Sun, 14 Jul 2013 12:45:35 -0400 Subject: [PATCH] Move init from autoloads to actual load. fileset-whole-alist is not risky. --- fileset-whole.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fileset-whole.el b/fileset-whole.el index 16ffcc0..37a72b3 100644 --- a/fileset-whole.el +++ b/fileset-whole.el @@ -108,6 +108,7 @@ autoloads." "The fileset that contains this buffer, if any." ) (make-variable-buffer-local 'fileset-whole-name-here) (put 'fileset-whole-name-here 'permanent-local t) +(put 'fileset-whole-alist 'risky-local-variable nil) ;;;_ , Setting up menus ;;;_ . fileset-whole-setup-menu (defun fileset-whole-setup-menu () @@ -389,7 +390,10 @@ files that satisfy it." (mapconcat #'identity args " "))) ;;;_ , To set up bindings ;;;###autoload (global-set-key "\C-cp" #'fileset-whole-run-cmd) -;;;###autoload (fileset-whole-init) + +;;;_ , To set up menus +(fileset-whole-init) + ;;;_. Footers ;;;_ , Provides -- 2.11.4.GIT