Emacs: silence compiler warning about unused variable
Alan Pearce alan@alanpearce.co.uk
Tue, 08 Oct 2013 21:32:48 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -577,7 +577,7 @@ ("C-c M-x" . execute-extended-command)) :config (progn (setq smex-key-advice-ignore-menu-bar t smex-auto-update nil) - (defun smex-update-after-load (unused) + (defun smex-update-after-load (_unused) (if (boundp 'smex-cache) (smex-update))) (add-hook 'after-load-functions 'smex-update-after-load))