emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 71a0496: * lisp/custom.el (defface): Revert inden


From: Leo Liu
Subject: [Emacs-diffs] emacs-25 71a0496: * lisp/custom.el (defface): Revert indentation change. (Bug#22524)
Date: Fri, 05 Feb 2016 01:50:30 +0000

branch: emacs-25
commit 71a04969c4dc6c1963359b663ccf76abf0862988
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    * lisp/custom.el (defface): Revert indentation change.  (Bug#22524)
---
 lisp/custom.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/lisp/custom.el b/lisp/custom.el
index 550ba44..f404500 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]