From: Lars Ingebrigtsen Date: Mon, 14 Oct 2019 05:49:25 +0000 (+0200) Subject: (help-fns--var-aliases): Fix compilation warning in previous patch. X-Git-Tag: emacs-27.0.90~1083 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=120f691e99d7d98a959ec9a6075cb4e473831bee;p=emacs.git (help-fns--var-aliases): Fix compilation warning in previous patch. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index bd27ad62605..5e55240daba 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)