Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9c6a4107
Commit
9c6a4107
authored
Nov 29, 2000
by
Dave Love
Browse files
(face): Fix :format.
parent
c9f46705
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/cus-edit.el
lisp/cus-edit.el
+1
-1
No files found.
lisp/ChangeLog
View file @
9c6a4107
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
...
...
lisp/cus-edit.el
View file @
9c6a4107
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment