(global-whitespace-mode): New alias for whitespace-global-mode.
authorRichard M. Stallman <rms@gnu.org>
Sun, 22 Aug 2004 17:04:22 +0000 (17:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 22 Aug 2004 17:04:22 +0000 (17:04 +0000)
lisp/whitespace.el

index e330feb..40a234f 100644 (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.