emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 120f691: (help-fns--var-aliases): Fix compilation w


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 120f691: (help-fns--var-aliases): Fix compilation warning in previous patch.
Date: Mon, 14 Oct 2019 01:49:31 -0400 (EDT)

branch: master
commit 120f691e99d7d98a959ec9a6075cb4e473831bee
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    (help-fns--var-aliases): Fix compilation warning in previous patch.
---
 lisp/help-fns.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index bd27ad6..5e55240 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -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)



reply via email to

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