(whitespace-display-table, whitespace-display-table-was-local):
authorGlenn Morris <rgm@gnu.org>
Tue, 22 Apr 2008 02:55:30 +0000 (02:55 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 22 Apr 2008 02:55:30 +0000 (02:55 +0000)
Move definitions before use.

lisp/whitespace.el

index 6a29eb2..326621e 100644 (file)
@@ -2059,6 +2059,11 @@ options are valid."
                       (cons sym the-list))))))
   the-list)
 
+(defvar whitespace-display-table nil
+  "Used to save a local display table.")
+
+(defvar whitespace-display-table-was-local nil
+  "Used to remember whether a buffer initially had a local display table.")
 
 (defun whitespace-turn-on ()
   "Turn on whitespace visualization."
@@ -2264,13 +2269,6 @@ options are valid."
 ;;;; Hacked from visws.el (Miles Bader <miles@gnu.org>)
 
 
-(defvar whitespace-display-table nil
-  "Used to save a local display table.")
-
-(defvar whitespace-display-table-was-local nil
-  "Used to remember whether a buffer initially had a local display table.")
-
-
 (defsubst whitespace-char-valid-p (char)
   ;; This check should be improved!!!
   (or (< char 256)