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: Artur Malabarba
Subject: Re: Can we not introduce frivolous indentation change to define-minor-mode?
Date: Wed, 6 Jan 2016 11:42:26 -0200


On Jan 6, 2016 10:38 AM, "Oleh Krehel" <address@hidden> wrote:
>
> Leo Liu <address@hidden> writes:
>
> > Secondly those forms already indent correctly without introducing
> > (indent 1)
>
> Not true. Here's the indentation without an indent spec:
>
> (define-minor-mode ace-window-display-mode
>     "Minor mode for showing the ace window key in the mode line."
>   :global t)
>
> Here's the correct indentation with (indent 1) spec:
>
> (define-minor-mode ace-window-display-mode
>   "Minor mode for showing the ace window key in the mode line."
>   :global t)
>
> This applies when (setq lisp-indent-function 'common-lisp-indent-function)
> is used.

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


reply via email to

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