emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Mon, 29 Apr 2002 01:12:58 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.661 emacs/etc/NEWS:1.662
*** emacs/etc/NEWS:1.661        Sun Apr 28 17:16:32 2002
--- emacs/etc/NEWS      Mon Apr 29 01:12:58 2002
***************
*** 923,928 ****
--- 923,941 ----
  
  ** New function `call-process-shell-command'.
  
+ ** The dummy function keys made by easymenu
+ are now always lower case.  If you specify the
+ menu item name "Ada", for instance, it uses `ada'
+ as the "key" bound by that key binding.
+ 
+ This is relevant only if Lisp code looks for
+ the bindings that were made with easymenu.
+ 
+ ** The function `commandp' takes an additional optional
+ argument.  If it is non-nil, then `commandp' checks
+ for a function that could be called with `call-interactively',
+ and does not return t for keyboard macros.
+ 
  ** File local variables.
  
  A file local variables list cannot specify a string with text



reply via email to

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