all repos — nixfiles @ e3acf5d644cb1137db38e66cddbdfa87e6aa7f88

System and user configuration, managed by nix and home-manager

Emacs: silence compiler warning about unused variable
Alan Pearce alan@alanpearce.co.uk
Tue, 08 Oct 2013 21:32:48 +0100
commit

e3acf5d644cb1137db38e66cddbdfa87e6aa7f88

parent

1848881661a8271891e6806af061764fb0fb7a12

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/init.elemacs/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))