# HG changeset patch # User Gerd Moellmann # Date 998301903 0 # Node ID a1db1537c80f7449cc65a0d0118fd18010e3a459 # Parent 41c3dd0e7653100930cacac289468c90f8697178 (whitespace-global-mode): Add autoload cookie. diff -r 41c3dd0e7653 -r a1db1537c80f lisp/whitespace.el --- a/lisp/whitespace.el Mon Aug 20 10:02:30 2001 +0000 +++ b/lisp/whitespace.el Mon Aug 20 10:05:03 2001 +0000 @@ -5,7 +5,7 @@ ;; Author: Rajesh Vaidheeswarran ;; Keywords: convenience -;; $Id: whitespace.el,v 1.15 2001/03/22 21:31:51 rv Exp $ +;; $Id: whitespace.el,v 1.16 2001/07/16 12:22:59 pj Exp $ ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -700,6 +700,7 @@ :group 'whitespace :require 'whitespace) +;;;###autoload (defun whitespace-global-mode (&optional arg) "Toggle using Whitespace mode in new buffers. With ARG, turn the mode on if and only iff ARG is positive.