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:
parent
2addf9226a
commit
c737dcb1dd
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user