[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107119: * cus-edit.el (custom-displa
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107119: * cus-edit.el (custom-display): Add a customization type tag. |
Date: |
Mon, 06 Feb 2012 00:12:05 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107119
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-06 00:12:05 +0800
message:
* cus-edit.el (custom-display): Add a customization type tag.
modified:
lisp/ChangeLog
lisp/cus-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-02-05 15:50:36 +0000
+++ b/lisp/ChangeLog 2012-02-05 16:12:05 +0000
@@ -2,6 +2,7 @@
* cus-edit.el (custom-variable-reset-backup): Quote the value
before storing it in the customized-value property (Bug#6712).
+ (custom-display): Add a customization type tag.
* wid-edit.el (widget-field-value-get): New optional arg to
suppress trailing whitespace truncation.
=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el 2012-02-05 15:50:36 +0000
+++ b/lisp/cus-edit.el 2012-02-05 16:12:05 +0000
@@ -3249,6 +3249,7 @@
:args '((const :tag "all" t)
(const :tag "defaults" default)
(checklist
+ :tag "specific display"
:offset 0
:extra-offset 9
:args ((group :sibling-args (:help-echo "\
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107119: * cus-edit.el (custom-display): Add a customization type tag.,
Chong Yidong <=