From 58aa0dad3645cec66aa4bdda87cfd5f67f0a1e93 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Wed, 28 Jan 2015 10:07:54 +0100 Subject: [PATCH] lisp/custom.el (defface): Set indent to 1. --- lisp/ChangeLog | 4 ++++ lisp/custom.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f285288eb30..0c5d2fe5a83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2015-01-30 Oleh Krehel + + * lisp/custom.el (defface): Set `indent' to 1. + 2015-01-30 Oleh Krehel * emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1. diff --git a/lisp/custom.el b/lisp/custom.el index 779e585c04f..e5fe0ebaedd 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. -- 2.39.2