mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix last commit.
This commit is contained in:
parent
7f0f4c2576
commit
3197074e49
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ If FACE is already known as a face, leave it unmodified. Return FACE."
|
|||
Do not call this directly from Lisp code; use `defface' instead."
|
||||
(interactive (list (read-from-minibuffer
|
||||
"Make empty face: " nil nil t 'face-name-history)))
|
||||
(make-face face)
|
||||
(make-face face))
|
||||
|
||||
(defun copy-face (old-face new-face &optional frame new-frame)
|
||||
"Define a face named NEW-FACE, which is a copy of OLD-FACE.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue