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
3b4ef34b
Commit
3b4ef34b
authored
Apr 27, 2002
by
Miles Bader
Browse files
(read-face-name): Format the prompt correctly when there's no default.
parent
3fad47d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/faces.el
lisp/faces.el
+1
-3
No files found.
lisp/ChangeLog
View file @
3b4ef34b
2002-04-27 Miles Bader <miles@gnu.org>
* faces.el (read-face-name): Format the prompt correctly when
there's no default.
2002-04-26 Andrew Choi <akochoi@shaw.ca>
* term/mac-win.el: Don't call ediff-toggle-multiframe. Set
...
...
lisp/faces.el
View file @
3b4ef34b
...
...
@@ -879,7 +879,7 @@ Otherwise, return a single face."
(
format
"%s (default %s): "
prompt
(
if
faces
(
mapconcat
'symbol-name
faces
", "
)
string-describing-default
))
prompt
)
(
format
"%s: "
prompt
)
)
obarray
'custom-facep
t
))
;; Canonicalize the output.
(
output
...
...
@@ -894,8 +894,6 @@ Otherwise, return a single face."
(
car
output
)))))
(
defun
face-valid-attribute-values
(
attribute
&optional
frame
)
"Return valid values for face attribute ATTRIBUTE.
The optional argument FRAME is used to determine available fonts
...
...
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