From 1ed216dbe4fa2e0d83799c6c4bcdde2e8b2b2bfe Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 22 Apr 2008 02:55:30 +0000 Subject: [PATCH] (whitespace-display-table, whitespace-display-table-was-local): Move definitions before use. --- lisp/whitespace.el | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 6a29eb258e5..326621e9c4c 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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 ) -(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) -- 2.39.5