mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(global-whitespace-mode): New alias for whitespace-global-mode.
This commit is contained in:
parent
0ed9d54f71
commit
35bf5a4e07
@ -819,6 +819,9 @@ If timer is not set, then set it to scan the files in
|
||||
(disable-timeout whitespace-rescan-timer)
|
||||
(setq whitespace-rescan-timer nil))))
|
||||
|
||||
;;;###autoload
|
||||
(defalias 'global-whitespace-mode 'whitespace-global-mode)
|
||||
|
||||
;;;###autoload
|
||||
(define-minor-mode whitespace-global-mode
|
||||
"Toggle using Whitespace mode in new buffers.
|
||||
|
Loading…
Reference in New Issue
Block a user