diff options
| author | Leo Liu | 2016-02-05 09:48:17 +0800 |
|---|---|---|
| committer | Leo Liu | 2016-02-05 09:48:17 +0800 |
| commit | 71a04969c4dc6c1963359b663ccf76abf0862988 (patch) | |
| tree | 2d096e7630da29d9d599ae4d20b9c39ccd9f02b3 | |
| parent | 9dfece1413846e4df438cd20956c58e12c84dea3 (diff) | |
| download | emacs-71a04969c4dc6c1963359b663ccf76abf0862988.tar.gz emacs-71a04969c4dc6c1963359b663ccf76abf0862988.zip | |
* lisp/custom.el (defface): Revert indentation change. (Bug#22524)
| -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', | |||
| 411 | 411 | ||
| 412 | See Info node `(elisp) Faces' in the Emacs Lisp manual for more | 412 | See Info node `(elisp) Faces' in the Emacs Lisp manual for more |
| 413 | information." | 413 | information." |
| 414 | (declare (doc-string 3) | 414 | (declare (doc-string 3)) |
| 415 | (indent 1)) | ||
| 416 | ;; It is better not to use backquote in this file, | 415 | ;; It is better not to use backquote in this file, |
| 417 | ;; because that makes a bootstrapping problem | 416 | ;; because that makes a bootstrapping problem |
| 418 | ;; if you need to recompile all the Lisp files using interpreted code. | 417 | ;; if you need to recompile all the Lisp files using interpreted code. |