emacs-devel
[Top][All Lists]
Advanced

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

Re: Can we not introduce frivolous indentation change to define-minor-mo


From: Oleh Krehel
Subject: Re: Can we not introduce frivolous indentation change to define-minor-mode?
Date: Wed, 06 Jan 2016 14:56:56 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Artur Malabarba <address@hidden> writes:

> What if you set the indent spec to defun? Does that work?

What do you mean here? The indent spec of `defun' is (indent 2), it's
not justified for `define-minor-mode', since then it would have to look
like:

(define-minor-mode ace-window-display-mode "Minor mode for showing the ace 
window key in the mode line."
  :global t)



reply via email to

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