From: Leo Liu Date: Fri, 5 Feb 2016 01:48:17 +0000 (+0800) Subject: * lisp/custom.el (defface): Revert indentation change. (Bug#22524) X-Git-Tag: emacs-25.0.91~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71a04969c4dc6c1963359b663ccf76abf0862988;p=emacs.git * lisp/custom.el (defface): Revert indentation change. (Bug#22524) --- diff --git a/lisp/custom.el b/lisp/custom.el index 550ba440c0f..f4045008ebf 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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.