From 3197074e49162f96a6eb33ca45fbbfddcf1ae01a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Apr 2014 17:31:03 +0300 Subject: [PATCH] Fix last commit. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/faces.el b/lisp/faces.el index c2ef62f959f..f2ab81bc064 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -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. -- 2.39.5