]> code.delx.au - gnu-emacs-elpa/commitdiff
Mark nameless-affect-indentation-and-filling as safe local
authorArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 1 Oct 2015 23:27:10 +0000 (00:27 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 1 Oct 2015 23:27:46 +0000 (00:27 +0100)
nameless.el

index 1817b8f873b7a82f85cf7874ead4aa45243697ea..8b7ce9579cbab0f948a8462e72892d6cbc14cef8 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Artur Malabarba <emacs@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.