diff lisp/cus-edit.el @ 4021:cef5f57bb9e2

[xemacs-hg @ 2007-06-21 13:39:08 by aidan] '(lambda ...) -> #'(lambda ...), for the sake of style and the byte compiler.
author aidan
date Thu, 21 Jun 2007 13:39:36 +0000
parents b4a8cd0dd8df
children e687f1912d5b
line wrap: on
line diff
--- a/lisp/cus-edit.el	Wed Jun 20 21:51:09 2007 +0000
+++ b/lisp/cus-edit.el	Thu Jun 21 13:39:36 2007 +0000
@@ -2544,8 +2544,8 @@
   "Customize face."
   :sample-face 'custom-face-tag-face
   :help-echo "Set or reset this face"
-  :documentation-property '(lambda (face)
-			     (face-doc-string face))
+  :documentation-property #'(lambda (face)
+                              (face-doc-string face))
   :value-create 'custom-face-value-create
   :action 'custom-face-action
   :custom-category 'face