# HG changeset patch # User Jim Blandy # Date 741413648 0 # Node ID c2583a21ea56c77b356a055f2a2a2920bdf43ac3 # Parent f286657c098e7b11c6b408b8faf04826b8682744 Fix typo in last change. diff -r f286657c098e -r c2583a21ea56 lisp/faces.el --- a/lisp/faces.el Tue Jun 29 23:33:00 1993 +0000 +++ b/lisp/faces.el Wed Jun 30 04:14:08 1993 +0000 @@ -131,8 +131,6 @@ This is an alist associating face names with the default values for their parameters. Newly created frames get their data from here.") -do not use this") - (defun face-list () "Returns a list of all defined face names." (mapcar 'car global-face-data))