branch: master commit 7252f2e97d7313260b3a93a11e6cee88f73fbdf7 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Mark nameless-affect-indentation-and-filling as safe local --- nameless.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/nameless.el b/nameless.el index 1817b8f..8b7ce95 100644 --- a/nameless.el +++ b/nameless.el @@ -4,7 +4,7 @@ ;; Author: Artur Malabarba <em...@endlessparentheses.com> ;; Keywords: convenience, lisp -;; Version: 0.5 +;; Version: 0.5.1 ;; Package-Requires: ((emacs "24.4")) ;; This program is free software; you can redistribute it and/or modify @@ -97,6 +97,7 @@ for it to take effect." :type '(choice (const :tag "Always affect indentation" t) (const :tag "Don't affect indentation" nil) (const :tag "Only outside strings" outside-strings))) +(put 'nameless-current-name 'safe-local-variable #'symbolp) (defcustom nameless-private-prefix nil "If non-nil, private symbols are displayed with a double prefix.