emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7252f2e 03/12: Mark nameless-affect-indentation-and-fillin


From: Artur Malabarba
Subject: [elpa] master 7252f2e 03/12: Mark nameless-affect-indentation-and-filling as safe local
Date: Wed, 14 Oct 2015 11:49:10 +0000

branch: master
commit 7252f2e97d7313260b3a93a11e6cee88f73fbdf7
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    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 <address@hidden>
 ;; 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]