help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (OT) cvs emacs build fails


From: Peter Lee
Subject: Re: (OT) cvs emacs build fails
Date: Sat, 28 Jun 2003 00:00:29 GMT
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (windows-nt)

For anyone else that might be having this problem the solution was to
define menu-bar-options-menu before the loading of mule-cmds.

------------------------------------------------------------------

<snip beginning of loadup.el>

;; I copied this definition from menu-bar.el
(defvar menu-bar-options-menu (make-sparse-keymap "Options"))

;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(load "international/mule-cmds")

<snip rest of loadup.el>

------------------------------------------------------------------

No idea if it's a "bad thing" to define vars multiple times in lisp.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]