emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easymenu.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/easymenu.el
Date: Fri, 28 Oct 2005 12:22:48 -0400

Index: emacs/lisp/emacs-lisp/easymenu.el
diff -c emacs/lisp/emacs-lisp/easymenu.el:1.78 
emacs/lisp/emacs-lisp/easymenu.el:1.79
*** emacs/lisp/emacs-lisp/easymenu.el:1.78      Sat Aug  6 17:08:59 2005
--- emacs/lisp/emacs-lisp/easymenu.el   Fri Oct 28 16:22:47 2005
***************
*** 454,461 ****
  If the optional argument BEFORE is present, add it just before
  the submenu named BEFORE, otherwise add it at the end of the menu.
  
! Either call this from `menu-bar-update-hook' or use a menu filter,
! to implement dynamic menus."
    (easy-menu-add-item nil path (easy-menu-create-menu name items) before))
  
  ;; XEmacs needs the following two functions to add and remove menus.
--- 454,461 ----
  If the optional argument BEFORE is present, add it just before
  the submenu named BEFORE, otherwise add it at the end of the menu.
  
! To implement dynamic menus, either call this from
! `menu-bar-update-hook' or use a menu filter."
    (easy-menu-add-item nil path (easy-menu-create-menu name items) before))
  
  ;; XEmacs needs the following two functions to add and remove menus.




reply via email to

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