comparison lisp/menubar.el @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 12579d965149
children f955c73f5258
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
31 ;; This file is dumped with XEmacs (when menubar support is compiled in). 31 ;; This file is dumped with XEmacs (when menubar support is compiled in).
32 32
33 ;; Some stuff in FSF menu-bar.el is in x-menubar.el 33 ;; Some stuff in FSF menu-bar.el is in x-menubar.el
34 34
35 ;;; Code: 35 ;;; Code:
36
37 (defgroup menu nil
38 "Input from the menus."
39 :group 'environment)
36 40
37 (defvar default-menubar nil) 41 (defvar default-menubar nil)
38 42
39 ;; this function is considered "part of the lexicon" by many, 43 ;; this function is considered "part of the lexicon" by many,
40 ;; so we'll leave it here. 44 ;; so we'll leave it here.