lisp/custom.el (custom-theme-load-confirm): Remove unneeded assignment.
This commit is contained in:
parent
0780c51704
commit
399a361b88
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-09-10 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* custom.el (custom-theme-load-confirm): Remove unneeded assignment.
|
||||
|
||||
2012-09-10 Dan Nicolaescu <dann@gnu.org>
|
||||
|
||||
* vc/diff-mode.el (diff-mode-menu): Bind
|
||||
|
|
|
@ -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'.
|
||||
|
|
Loading…
Add table
Reference in a new issue