From: Oleh Krehel Date: Wed, 28 Jan 2015 09:07:54 +0000 (+0100) Subject: lisp/custom.el (defface): Set indent to 1. X-Git-Tag: emacs-25.0.90~2572^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58aa0dad3645cec66aa4bdda87cfd5f67f0a1e93;p=emacs.git lisp/custom.el (defface): Set indent to 1. --- 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.