From e3acf5d644cb1137db38e66cddbdfa87e6aa7f88 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 8 Oct 2013 21:32:48 +0100 Subject: Emacs: silence compiler warning about unused variable --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 6d2dafe..6844502 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -577,7 +577,7 @@ Values: `desktop', `server', `laptop'") :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)) -- cgit 1.4.1