(global-whitespace-mode): New alias for whitespace-global-mode.
This commit is contained in:
parent
0ed9d54f71
commit
35bf5a4e07
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue