]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-fns--var-aliases): Fix compilation warning in previous patch.
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 05:49:25 +0000 (07:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 14 Oct 2019 05:49:25 +0000 (07:49 +0200)
lisp/help-fns.el

index bd27ad626058a25428d6a23874294d87b89dbd13..5e55240daba121d057eeebc2c8be6a47a1f6d0ef 100644 (file)
@@ -1231,7 +1231,7 @@ variable.\n")))
 (add-hook 'help-fns-describe-variable-functions #'help-fns--var-aliases)
 (defun help-fns--var-aliases (variable)
   ;; Mention if it has any aliases.
-  (let (aliases)
+  (let (aliases alias)
     (mapatoms
      (lambda (sym)
        (when (and (boundp sym)