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
0081bc84
Commit
0081bc84
authored
Dec 18, 2013
by
Chong Yidong
Browse files
* cus-edit.el (custom-magic-alist): Fix "themed" description.
Fixes: debbugs:14348
parent
a7ee9424
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
+3
-0
lisp/cus-edit.el
lisp/cus-edit.el
+3
-1
No files found.
lisp/ChangeLog
View file @
0081bc84
2013-12-18 Chong Yidong <cyd@gnu.org>
* cus-edit.el (custom-magic-alist): Fix "themed" description
(Bug#14348).
* custom.el (custom-push-theme): If custom--inhibit-theme-enable
is non-nil, do not create a new entry in the symbol's theme-value
or theme-face property; update theme-settings only (Bug#14664).
...
...
lisp/cus-edit.el
View file @
0081bc84
...
...
@@ -1931,7 +1931,7 @@ SAVED and set." "\
something
in
this
group
has
been
set
and
saved.
")
(themed "
o
" custom-themed "
\
THEMED.
" "
\
visible
group
members
are
all
at
standard
valu
es.
")
visible
group
members
are
set
by
enabled
them
es.
")
(rogue "
@
" custom-rogue "
\
NO
CUSTOMIZATION
DATA
; not intended to be customized." "\
something
in
this
group
is
not
prepared
for
customization.
")
...
...
@@ -1961,6 +1961,8 @@ STATE is one of the following symbols:
This
item
is
marked
for
saving.
`
rogue
'
This
item
has
no
customization
information.
`
themed
'
This
item
was
set
by
an
enabled
Custom
theme.
`
standard
'
This
item
is
unchanged
from
the
standard
setting.
...
...
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