diff options
| -rw-r--r-- | lisp/emacs-lisp/lselect.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lselect.el b/lisp/emacs-lisp/lselect.el index 38ae8b74460..d0b333edfe4 100644 --- a/lisp/emacs-lisp/lselect.el +++ b/lisp/emacs-lisp/lselect.el | |||
| @@ -34,6 +34,11 @@ | |||
| 34 | ;; all upper-case; this may seem tasteless, but it makes there be a 1:1 | 34 | ;; all upper-case; this may seem tasteless, but it makes there be a 1:1 |
| 35 | ;; correspondence between these symbols and X Atoms (which are upcased.) | 35 | ;; correspondence between these symbols and X Atoms (which are upcased.) |
| 36 | 36 | ||
| 37 | ;; This is Lucid/XEmacs stuff | ||
| 38 | (defvar mouse-highlight-priority) | ||
| 39 | (defvar x-lost-selection-functions) | ||
| 40 | (defvar zmacs-regions) | ||
| 41 | |||
| 37 | (defalias 'x-get-cutbuffer 'x-get-cut-buffer) | 42 | (defalias 'x-get-cutbuffer 'x-get-cut-buffer) |
| 38 | (defalias 'x-store-cutbuffer 'x-set-cut-buffer) | 43 | (defalias 'x-store-cutbuffer 'x-set-cut-buffer) |
| 39 | 44 | ||