emacs-devel
[Top][All Lists]
Advanced

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

whitespace.el's permanent-locals


From: martin rudalics
Subject: whitespace.el's permanent-locals
Date: Tue, 13 Mar 2007 23:09:41 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

whitespace.el has these lines:

    105:(put 'whitespace-mode 'permanent-local nil)
    110:(put 'whitespace-mode-line 'permanent-local nil)
    115:(put 'whitespace-check-buffer-leading 'permanent-local nil)
    120:(put 'whitespace-check-buffer-trailing 'permanent-local nil)
    125:(put 'whitespace-check-buffer-indent 'permanent-local nil)
    130:(put 'whitespace-check-buffer-spacetab 'permanent-local nil)
    135:(put 'whitespace-check-buffer-ateol 'permanent-local nil)
    140:(put 'whitespace-highlighted-space 'permanent-local nil)

I'd remove them.






reply via email to

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