1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(whitespace-display-table, whitespace-display-table-was-local):

Move definitions before use.
This commit is contained in:
Glenn Morris 2008-04-22 02:55:30 +00:00
parent 8bb4ed88c3
commit 1ed216dbe4

View 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)