[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] scratch/outline bddf104 2/5: lisp/custom.el (defface): Set
From: |
Oleh Krehel |
Subject: |
[Emacs-diffs] scratch/outline bddf104 2/5: lisp/custom.el (defface): Set indent to 1. |
Date: |
Thu, 29 Jan 2015 16:21:59 +0000 |
branch: scratch/outline
commit bddf104e7cf96335e0ec507751a97619ec814f7e
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 4f5335a..f225971 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -122,6 +122,10 @@
2015-01-27 Oleh Krehel <address@hidden>
+ * emacs-lisp/custom.el (defface): Set `indent' to 1.
+
+2015-01-27 Oleh Krehel <address@hidden>
+
* emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
2015-01-27 Oleh Krehel <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.