Mercurial > emacs
changeset 94226:8191f88f6fb9
(whitespace-display-table, whitespace-display-table-was-local):
Move definitions before use.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 22 Apr 2008 02:55:30 +0000 |
parents | 1e25298a53bc |
children | c5e5de94d51f |
files | lisp/whitespace.el |
diffstat | 1 files changed, 5 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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)