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
c798b7e8
Commit
c798b7e8
authored
Jan 13, 2006
by
Chong Yidong
Browse files
(custom-theme-add-variable): Don't add `custom-enabled-themes'.
parent
4c92479f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/cus-theme.el
lisp/cus-theme.el
+2
-0
No files found.
lisp/cus-theme.el
View file @
c798b7e8
...
...
@@ -160,6 +160,8 @@ the directory " custom-theme-directory "\n\n")
(
message
"%s is already in the theme"
(
symbol-name
symbol
)))
((
not
(
boundp
symbol
))
(
message
"%s is not defined as a variable"
(
symbol-name
symbol
)))
((
eq
symbol
'custom-enabled-themes
)
(
message
"Custom theme cannot contain `custom-enabled-themes'"
))
(
t
(
widget-insert
"\n"
)
(
let
((
widget
(
widget-create
'custom-variable
...
...
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