1
0
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:
Richard M. Stallman 2004-08-22 17:04:22 +00:00
parent 0ed9d54f71
commit 35bf5a4e07

View File

@ -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.