* lisp/custom.el (defface): Revert indentation change. (Bug#22524)

This commit is contained in:
Leo Liu 2016-02-05 09:48:17 +08:00
parent 9dfece1413
commit 71a04969c4

View 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.