]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-highlight-priority, x-lost-selection-functions, zmacs-regions):
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Aug 2005 10:44:18 +0000 (10:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Aug 2005 10:44:18 +0000 (10:44 +0000)
Add defvars.

lisp/emacs-lisp/lselect.el

index 38ae8b744609b452bc52c8163e2da4cc547bc950..d0b333edfe4519def631b8d7863a7bb1a05394cf 100644 (file)
 ;; 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)