(mouse-highlight-priority, x-lost-selection-functions, zmacs-regions):

Add defvars.
This commit is contained in:
Juanma Barranquero 2005-08-29 10:44:18 +00:00
parent 6d74f7822d
commit a1f008c22f

View file

@ -34,6 +34,11 @@
;; all upper-case; this may seem tasteless, but it makes there be a 1:1
;; correspondence between these symbols and X Atoms (which are upcased.)
;; This is Lucid/XEmacs stuff
(defvar mouse-highlight-priority)
(defvar x-lost-selection-functions)
(defvar zmacs-regions)
(defalias 'x-get-cutbuffer 'x-get-cut-buffer)
(defalias 'x-store-cutbuffer 'x-set-cut-buffer)