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
f4885d81
Commit
f4885d81
authored
Sep 06, 2005
by
Chong Yidong
Browse files
Fix last change to custom-push-theme.
parent
4a2358e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/custom.el
lisp/custom.el
+2
-1
No files found.
lisp/ChangeLog
View file @
f4885d81
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
...
...
lisp/custom.el
View file @
f4885d81
...
...
@@ -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
...
...
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