From 399a361b882606ab0e67a164f8fb7af6464f3235 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 10 Sep 2012 17:52:15 +0200 Subject: [PATCH] lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment. --- lisp/ChangeLog | 4 ++++ lisp/custom.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47471f508f0..0f1b744f427 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-09-10 Juanma Barranquero + + * custom.el (custom-theme-load-confirm): Remove unneeded assignment. + 2012-09-10 Dan Nicolaescu * vc/diff-mode.el (diff-mode-menu): Bind diff --git a/lisp/custom.el b/lisp/custom.el index 3eb2895888d..1f0729cfd97 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -1227,7 +1227,7 @@ query also about adding HASH to `custom-safe-themes'." (save-window-excursion (rename-buffer "*Custom Theme*" t) (emacs-lisp-mode) - (setq window (pop-to-buffer (current-buffer))) + (pop-to-buffer (current-buffer)) (goto-char (point-min)) (prog1 (when (y-or-n-p "Loading a theme can run Lisp code. Really load? ") ;; Offer to save to `custom-safe-themes'. -- 2.39.2