emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116970: Fix last commit.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r116970: Fix last commit.
Date: Sat, 12 Apr 2014 14:31:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116970
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2014-04-12 17:31:03 +0300
message:
  Fix last commit.
modified:
  lisp/faces.el                  faces.el-20091113204419-o5vbwnq5f7feedwu-562
=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2014-04-12 14:25:53 +0000
+++ b/lisp/faces.el     2014-04-12 14:31:03 +0000
@@ -172,7 +172,7 @@
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]