emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 58aa0da: lisp/custom.el (defface): Set indent to 1.


From: Oleh Krehel
Subject: [Emacs-diffs] master 58aa0da: lisp/custom.el (defface): Set indent to 1.
Date: Fri, 30 Jan 2015 16:40:01 +0000

branch: master
commit 58aa0dad3645cec66aa4bdda87cfd5f67f0a1e93
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    lisp/custom.el (defface): Set indent to 1.
---
 lisp/ChangeLog |    4 ++++
 lisp/custom.el |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f285288..0c5d2fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
 2015-01-30  Oleh Krehel  <address@hidden>
 
+       * lisp/custom.el (defface): Set `indent' to 1.
+
+2015-01-30  Oleh Krehel  <address@hidden>
+
        * emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
 
 2015-01-30  Michal Nazarewicz  <address@hidden>
diff --git a/lisp/custom.el b/lisp/custom.el
index 779e585..e5fe0eb 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -411,7 +411,8 @@ 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))
+  (declare (doc-string 3)
+           (indent 1))
   ;; 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]