mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 07:31:13 -08:00
Fix last change to custom-push-theme.
This commit is contained in:
parent
4a2358e9b4
commit
f4885d8137
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-09-05 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* custom.el (custom-push-theme): Fix last change.
|
||||
|
||||
2005-09-05 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* cus-theme.el (custom-theme-write-faces): Save the current face
|
||||
|
|
|
|||
|
|
@ -649,7 +649,8 @@ See `custom-known-themes' for a list of known themes."
|
|||
(progn
|
||||
(setcar (cdr setting) mode)
|
||||
(setcar (cddr setting) value))
|
||||
(if (null old)
|
||||
(if (and (null old)
|
||||
(boundp symbol))
|
||||
(setq old
|
||||
(list
|
||||
(list 'standard 'set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue