1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

Fix last commit.

This commit is contained in:
Eli Zaretskii 2014-04-12 17:31:03 +03:00
parent 7f0f4c2576
commit 3197074e49

View File

@ -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.