emacs-devel
[Top][All Lists]
Advanced

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

Re: Refactoring flymake.el


From: Clément Pit-Claudel
Subject: Re: Refactoring flymake.el
Date: Fri, 18 Aug 2017 18:26:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 2017-08-18 18:13, Sam Steingold wrote:
> Of course. However, this variable is defined by a local
> `define-minor-mode', not `defcustom'.

I think thst shouldn't be an issue: for example, dired-x has this:

  (put 'dired-omit-mode 'safe-local-variable 'booleanp)

Same for abbrev-mode:

  (put 'abbrev-mode 'safe-local-variable 'booleanp)



reply via email to

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