From 4aab9006dd34f0ce926f4436be3822f04d854c44 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 6 Feb 2012 00:12:05 +0800 Subject: [PATCH] * cus-edit.el (custom-display): Add a customization type tag. --- lisp/ChangeLog | 1 + lisp/cus-edit.el | 1 + 2 files changed, 2 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17cb98be604..e7ac064cd88 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index e4d87b89450..84bdfa4d203 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3249,6 +3249,7 @@ Also change :reverse-video to :inverse-video." :args '((const :tag "all" t) (const :tag "defaults" default) (checklist + :tag "specific display" :offset 0 :extra-offset 9 :args ((group :sibling-args (:help-echo "\ -- 2.39.2