emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115590: * cus-edit.el (custom-magic-alist): Fix "th


From: Chong Yidong
Subject: [Emacs-diffs] trunk r115590: * cus-edit.el (custom-magic-alist): Fix "themed" description.
Date: Wed, 18 Dec 2013 08:58:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115590
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14348
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2013-12-18 16:58:22 +0800
message:
  * cus-edit.el (custom-magic-alist): Fix "themed" description.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/cus-edit.el               cusedit.el-20091113204419-o5vbwnq5f7feedwu-1091
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-18 08:53:22 +0000
+++ b/lisp/ChangeLog    2013-12-18 08:58:22 +0000
@@ -1,5 +1,8 @@
 2013-12-18  Chong Yidong  <address@hidden>
 
+       * 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).

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2013-08-29 19:55:58 +0000
+++ b/lisp/cus-edit.el  2013-12-18 08:58:22 +0000
@@ -1931,7 +1931,7 @@
 something in this group has been set and saved.")
     (themed "o" custom-themed "\
 THEMED." "\
-visible group members are all at standard values.")
+visible group members are set by enabled themes.")
     (rogue "@" custom-rogue "\
 NO CUSTOMIZATION DATA; not intended to be customized." "\
 something in this group is not prepared for customization.")
@@ -1961,6 +1961,8 @@
    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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]