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

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

bug#13837: 24.2; Make it possible to turn whitespace-mode only when ther


From: Stefan Monnier
Subject: bug#13837: 24.2; Make it possible to turn whitespace-mode only when there are no existing problems
Date: Thu, 28 Feb 2013 11:32:21 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>   (add-function :after-while whitespace-enable-predicate
>                 #'whitespace-check-cleanliness)

Sorry, this should be

   (add-function :after-while (default-value 'whitespace-enable-predicate)
                 #'whitespace-check-cleanliness)


-- Stefan





reply via email to

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