[gnus git] branch master updated: n0-17-80-g4a638d4 =1= * auth-source.el (with-auth-source-epa-overrides): Fix backquoting bug.
Ted Zlatanov <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4a638d439452c26eebe436a53b8129736e7bde22 (commit)
from 3157f29aa216b3f6676e83f87c594e9abe8781ab (commit)
- Log -----------------------------------------------------------------
commit 4a638d439452c26eebe436a53b8129736e7bde22
Author: Ted Zlatanov <[email protected]>
Date: Sat Jun 18 13:09:56 2011 -0500
* auth-source.el (with-auth-source-epa-overrides): Fix backquoting bug.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 00f305c..bd0b220 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,7 +5,7 @@
configured per file. Experimental, so defaults to 'never.
(auth-source-netrc-create): Use it. Still experimental code.
(with-auth-source-epa-overrides): Use `find-file-hooks' if
- `find-file-hook' is unbound (XEmacs fix).
+ `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
2011-06-16 Teodor Zlatanov <[email protected]>
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 21df923..0f2622a 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -980,7 +980,7 @@ Note that the MAX parameter is used so we can exit the parse early."
(,(if (boundp 'find-file-hook) 'find-file-hook 'find-file-hooks)
',(remove
'epa-file-find-file-hook
- ,(if (boundp 'find-file-hook) 'find-file-hook 'find-file-hooks)))
+ (if (boundp 'find-file-hook) 'find-file-hook 'find-file-hooks)))
(auto-mode-alist
',(if (boundp 'epa-file-auto-mode-alist-entry)
(remove (symbol-value 'epa-file-auto-mode-alist-entry)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 +-
lisp/auth-source.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project