mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(face): Fix :format.
This commit is contained in:
parent
c9f46705cf
commit
9c6a4107e4
@ -1,3 +1,13 @@
|
||||
2000-11-29 Dave Love <fx@gnu.org>
|
||||
|
||||
* cus-edit.el (face): Fix :format.
|
||||
|
||||
* mail/feedmail.el: Require smtpmail when compiling.
|
||||
(mail-do-fcc): Autoload.
|
||||
(feedmail) <defgroup>: Fix :link.
|
||||
(feedmail-nuke-body-in-fcc): Fix :type.
|
||||
(feedmail-send-it): Add autoload cookie.
|
||||
|
||||
2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* newcomment.el (comment-indent): Save excursion around call to
|
||||
|
@ -2940,7 +2940,7 @@ restoring it to the state of a face that has never been customized."
|
||||
:convert-widget 'widget-value-convert-widget
|
||||
:button-prefix 'widget-push-button-prefix
|
||||
:button-suffix 'widget-push-button-suffix
|
||||
:format "%t: %[select face%] %v"
|
||||
:format "%{%t%}: %[select face%] %v"
|
||||
:tag "Face"
|
||||
:value 'default
|
||||
:value-create 'widget-face-value-create
|
||||
|
Loading…
Reference in New Issue
Block a user