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:
parent
8bb4ed88c3
commit
1ed216dbe4
1 changed files with 5 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue