From: Dave Love Date: Wed, 29 Nov 2000 11:17:47 +0000 (+0000) Subject: (face): Fix :format. X-Git-Tag: emacs-pretest-21.0.93~389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c6a4107e4a87211f4598745a340d3a536b71c9f;p=emacs.git (face): Fix :format. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1aba07eaeb..9b7643188d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2000-11-29 Dave Love + + * cus-edit.el (face): Fix :format. + + * mail/feedmail.el: Require smtpmail when compiling. + (mail-do-fcc): Autoload. + (feedmail) : Fix :link. + (feedmail-nuke-body-in-fcc): Fix :type. + (feedmail-send-it): Add autoload cookie. + 2000-11-29 Stefan Monnier * newcomment.el (comment-indent): Save excursion around call to diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 755f0ff5cb8..55ef28ce93f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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