From 81734b1d3053064673e6f4995af280f80cb5051d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 May 2013 14:57:03 +0100 Subject: Emacs: remove unused variable --- emacs/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index 3433771..ab3fc52 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -375,8 +375,7 @@ "Removes file connected to current buffer and kills buffer." (interactive) (let ((filename (buffer-file-name)) - (buffer (current-buffer)) - (name (buffer-name))) + (buffer (current-buffer))) (if (not (and filename (file-exists-p filename))) (ido-kill-buffer) (when (yes-or-no-p "Are you sure you want to remove this file? ") -- cgit 1.4.1