[gnus git] branch master updated: m0-5-150-gff71b8e =1= dgnushack.el (define-obsolete-variable-alias): Fix temp var names
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ff71b8e777abf161a8aa1a86084572e2e608db80 (commit)
from 0ba3f9c46ec5656b52b30d0703cbfee330de2523 (commit)
- Log -----------------------------------------------------------------
commit ff71b8e777abf161a8aa1a86084572e2e608db80
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Oct 24 02:08:28 2012 +0000
dgnushack.el (define-obsolete-variable-alias): Fix temp var names
diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el
index f8f1a8a..40d3019 100644
--- a/lisp/dgnushack.el
+++ b/lisp/dgnushack.el
@@ -572,7 +572,8 @@ but which should be robust in the unexpected case that an error is signaled."
(defvar dgnushack-obsolete-name nil)
(defvar dgnushack-current-name nil)
(unwind-protect
- (define-obsolete-variable-alias 'obsolete-name 'current-name "0")
+ (define-obsolete-variable-alias
+ 'dgnushack-obsolete-name 'dgnushack-current-name "0")
(makunbound 'dgnushack-obsolete-name)
(makunbound 'dgnushack-current-name)))
(wrong-number-of-arguments
-----------------------------------------------------------------------
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/dgnushack.el | 3 ++-
1 files changed, 2 insertions(+), 1 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