comparison etc/NEWS @ 44957:15ba9db103f6

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Apr 2002 05:12:58 +0000
parents ae16f63fe28f
children 0cdd0e248c05
comparison
equal deleted inserted replaced
44956:2b2fbd33a08c 44957:15ba9db103f6
920 ** New function substring-no-properties. 920 ** New function substring-no-properties.
921 921
922 ** New function minibuffer-selected-window. 922 ** New function minibuffer-selected-window.
923 923
924 ** New function `call-process-shell-command'. 924 ** New function `call-process-shell-command'.
925
926 ** The dummy function keys made by easymenu
927 are now always lower case. If you specify the
928 menu item name "Ada", for instance, it uses `ada'
929 as the "key" bound by that key binding.
930
931 This is relevant only if Lisp code looks for
932 the bindings that were made with easymenu.
933
934 ** The function `commandp' takes an additional optional
935 argument. If it is non-nil, then `commandp' checks
936 for a function that could be called with `call-interactively',
937 and does not return t for keyboard macros.
925 938
926 ** File local variables. 939 ** File local variables.
927 940
928 A file local variables list cannot specify a string with text 941 A file local variables list cannot specify a string with text
929 properties--any specified text properties are discarded. 942 properties--any specified text properties are discarded.