home *** CD-ROM | disk | FTP | other *** search
- From: danny@amil.co.il (Danny Bar-Dov)
- Message-ID: <9208130720.AA14324@amil.co.il>
- Subject: incompatabilities between lemacs 19.1 19.2
- Date: Thu, 13 Aug 1992 07:21:13 GMT
- Newsgroups: alt.lucid-emacs.help
- Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
- Sender: help-lucid-emacs-request@lucid.com
- Lines: 16
-
- In lemacs 19.1 I had a top-level menu defined like that
- (popup-menu '(nil
- "Useful commands"
- "----"
- ...
- The doc string of popup-menu states:
- The first element of a menu must be a string, which is the name of the
- menu. This is the string that will be displayed in the parent menu, if
- any. For toplevel menus, it is ignored. This string is not displayed
- in the menu itself.
-
- So I had it set to nil, and it worked in 19.1
- It does not work anymore in 19.2.
- You must specify a string now ! (even though it is never used)
-
- Danny.
-