comparison lisp/obsolete/x-menu.el @ 65190:ba16937f9b3f

(x-process-mouse-hook): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 10:15:00 +0000
parents 5b1a238fcbb4
children e8a3fb527b77 a3716f7538f2
comparison
equal deleted inserted replaced
65189:2b9801f22b5e 65190:ba16937f9b3f
20 ;; Boston, MA 02110-1301, USA. 20 ;; Boston, MA 02110-1301, USA.
21 21
22 ;;; Commentary: 22 ;;; Commentary:
23 23
24 ;;; Code: 24 ;;; Code:
25
26 (defvar x-process-mouse-hook)
25 27
26 (defun x-menu-mode () 28 (defun x-menu-mode ()
27 "Major mode for creating permanent menus for use with X. 29 "Major mode for creating permanent menus for use with X.
28 These menus are implemented entirely in Lisp; popup menus, implemented 30 These menus are implemented entirely in Lisp; popup menus, implemented
29 with x-popup-menu, are implemented using XMenu primitives." 31 with x-popup-menu, are implemented using XMenu primitives."