bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16290: Possible patch for this bug


From: Robert Goldman
Subject: bug#16290: Possible patch for this bug
Date: Sun, 29 Dec 2013 15:51:40 -0600
User-agent: Postbox 3.0.8 (Macintosh/20130427)

I believe if we change the definition of is-flymake-enabled to the
following:

  (let ((is-flymake-enabled
         (and (fboundp 'flymake-mode)
--->          (functionp (symbol-function 'flymake-mode))
              flymake-mode)))

then we don't get the false positive when flymake-mode is an unforced
autoload.

Sorry if this isn't the right forum; I didn't know how to report this
directly to the mode's maintainers.

R





reply via email to

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