diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 10:15:00 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 10:15:00 +0000 |
commit | 35d886bb7f835694a3cfb0f878711d88a468c4b0 (patch) | |
tree | 9d45a4f2cf4630456f5a6aae558469720332e005 /lisp/obsolete/x-menu.el | |
parent | ece830a1ee34aafd6345f1500f5015577323067a (diff) | |
download | emacs-35d886bb7f835694a3cfb0f878711d88a468c4b0.tar.gz |
(x-process-mouse-hook): Add defvar.
Diffstat (limited to 'lisp/obsolete/x-menu.el')
-rw-r--r-- | lisp/obsolete/x-menu.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/obsolete/x-menu.el b/lisp/obsolete/x-menu.el index 048cea05ecb..12427f803cc 100644 --- a/lisp/obsolete/x-menu.el +++ b/lisp/obsolete/x-menu.el @@ -23,6 +23,8 @@ ;;; Code: +(defvar x-process-mouse-hook) + (defun x-menu-mode () "Major mode for creating permanent menus for use with X. These menus are implemented entirely in Lisp; popup menus, implemented |