]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face-display-set): Define if not defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 May 1997 23:27:40 +0000 (23:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 May 1997 23:27:40 +0000 (23:27 +0000)
(custom-buffer-create-internal): Refer to the Emacs manual.

lisp/cus-edit.el

index cfd76c59c6f7cadaae0e04b2f4151db4921163b2..1ff037d9b4dc39ef82192fa756ab3ba50dff29f4 100644 (file)
@@ -37,6 +37,9 @@
 (require 'easymenu)
 (eval-when-compile (require 'cl))
 
+(or (fboundp 'custom-face-display-set)
+    (defalias 'custom-face-display-set 'face-spec-set))
+
 (condition-case nil
     (require 'cus-load)
   (error nil))
@@ -841,7 +844,7 @@ Push RET or click mouse-2 on the word ")
   (widget-create 'info-link 
                 :tag "help"
                 :help-echo "Read the online help."
-                "(custom)The Customization Buffer")
+                "(emacs)Easy Customization")
   (widget-insert " for more information.\n\n")
   (setq custom-options 
        (if (= (length options) 1)