From: Juanma Barranquero Date: Mon, 10 Sep 2012 15:52:15 +0000 (+0200) Subject: lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment. X-Git-Tag: emacs-24.2.90~332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=399a361b882606ab0e67a164f8fb7af6464f3235;p=emacs.git lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment. --- 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'.