changeset 17856:1e5f1a1f0db3

(custom-facep): Defined (once again).
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 May 1997 06:39:39 +0000
parents 40a43a90976f
children c39f34ef5d76
files lisp/cus-face.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Sat May 17 04:28:13 1997 +0000
+++ b/lisp/cus-face.el	Sat May 17 06:39:39 1997 +0000
@@ -30,6 +30,10 @@
 
 ;;; Code:
 
+(defalias 'custom-facep 
+  (if (fboundp 'facep) 'facep
+    '(lambda (face) nil)))
+
 ;;; Declaring a face.
 
 ;;;###autoload