summaryrefslogtreecommitdiff
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-09-10 17:52:15 +0200
committerJuanma Barranquero <lekktu@gmail.com>2012-09-10 17:52:15 +0200
commit399a361b882606ab0e67a164f8fb7af6464f3235 (patch)
treefce4130eb60091b334cfe3eac2ba96c78e492e0b /lisp/custom.el
parent0780c517047149e025890fcbfc4e7afdfa5e10f3 (diff)
downloademacs-399a361b882606ab0e67a164f8fb7af6464f3235.tar.gz
lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el2
1 files changed, 1 insertions, 1 deletions
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'.