diff options
author | Leo Liu <sdl.web@gmail.com> | 2016-02-05 09:48:17 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2016-02-05 09:48:17 +0800 |
commit | 71a04969c4dc6c1963359b663ccf76abf0862988 (patch) | |
tree | 2d096e7630da29d9d599ae4d20b9c39ccd9f02b3 /lisp/custom.el | |
parent | 9dfece1413846e4df438cd20956c58e12c84dea3 (diff) | |
download | emacs-71a04969c4dc6c1963359b663ccf76abf0862988.tar.gz |
* lisp/custom.el (defface): Revert indentation change. (Bug#22524)
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 3 |
1 files changed, 1 insertions, 2 deletions
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. |