1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

wid-edit.el (widget-default-get): Don't modify widget (Bug#14738)

This commit is contained in:
Katsumi Yamaoka 2013-07-01 05:00:50 +00:00
parent 2addf9226a
commit c737dcb1dd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
* wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
2013-07-01 Juanma Barranquero <lekktu@gmail.com>
* desktop.el (desktop-restore-frames): Rename from desktop-save-windows.

View File

@ -528,6 +528,7 @@ Otherwise, just return the value."
(or (widget-get widget :value)
(progn
(when (widget-get widget :args)
(setq widget (widget-copy widget))
(let (args)
(dolist (arg (widget-get widget :args))
(setq args (append args