# HG changeset patch # User Glenn Morris # Date 1208832930 0 # Node ID 8191f88f6fb93907cec497ddd31f17396aeed78b # Parent 1e25298a53bcdc106d345925f145d38572694d89 (whitespace-display-table, whitespace-display-table-was-local): Move definitions before use. diff -r 1e25298a53bc -r 8191f88f6fb9 lisp/whitespace.el --- a/lisp/whitespace.el Tue Apr 22 02:54:59 2008 +0000 +++ b/lisp/whitespace.el Tue Apr 22 02:55:30 2008 +0000 @@ -2059,6 +2059,11 @@ (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 @@ ;;;; Hacked from visws.el (Miles Bader ) -(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)