Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c737dcb1
Commit
c737dcb1
authored
Jul 01, 2013
by
Katsumi Yamaoka
Browse files
wid-edit.el (widget-default-get): Don't modify widget (Bug#14738)
parent
2addf922
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/wid-edit.el
lisp/wid-edit.el
+1
-0
No files found.
lisp/ChangeLog
View file @
c737dcb1
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.
...
...
lisp/wid-edit.el
View file @
c737dcb1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment