From: Eli Zaretskii Date: Sat, 12 Apr 2014 14:31:03 +0000 (+0300) Subject: Fix last commit. X-Git-Tag: emacs-25.0.90~2640^2~237 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3197074e49162f96a6eb33ca45fbbfddcf1ae01a;p=emacs.git Fix last commit. --- 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.