dgnushack.el (define-obsolete-variable-alias): Fix temp var names
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 24 Oct 2012 02:08:28 +0000 (02:08 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 24 Oct 2012 02:08:28 +0000 (02:08 +0000)
lisp/dgnushack.el

index f8f1a8a..40d3019 100644 (file)
@@ -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