]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/custom.el (defface): Revert indentation change. (Bug#22524)
authorLeo Liu <sdl.web@gmail.com>
Fri, 5 Feb 2016 01:48:17 +0000 (09:48 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 5 Feb 2016 01:48:17 +0000 (09:48 +0800)
lisp/custom.el

index 550ba440c0f00f354db0e299f8de0e79687419c5..f4045008ebfc7400cf5803e0702528ba1fbfb68c 100644 (file)
@@ -411,8 +411,7 @@ In the ATTS property list, possible attributes are `:family',
 
 See Info node `(elisp) Faces' in the Emacs Lisp manual for more
 information."
-  (declare (doc-string 3)
-           (indent 1))
+  (declare (doc-string 3))
   ;; It is better not to use backquote in this file,
   ;; because that makes a bootstrapping problem
   ;; if you need to recompile all the Lisp files using interpreted code.