*** empty log message ***
This commit is contained in:
parent
fa11334196
commit
daaf4dfc9d
2 changed files with 13 additions and 3 deletions
|
@ -1,7 +1,11 @@
|
|||
2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* emacs-lisp/easymenu.el (easy-menu-make-symbol):
|
||||
Don't treat (lambda () ...) as an expression.
|
||||
|
||||
2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
|
||||
|
||||
* replace.el (occur-read-primary-args): Handle a bare 'C-u'
|
||||
correctly.
|
||||
* replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
|
||||
|
||||
2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
|
@ -20,7 +24,7 @@
|
|||
|
||||
2002-05-14 Kim F. Storm <storm@cua.dk>
|
||||
|
||||
* emulation/cua-rect.el (cua--rectangle-operation):
|
||||
* emulation/cua-rect.el (cua--rectangle-operation):
|
||||
Don't highlight empty lines in rectangles.
|
||||
|
||||
* emulation/keypad.el: Improved commentary.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
|
||||
meaningful test.
|
||||
(read_char_minibuf_menu_prompt): Fix typo.
|
||||
|
||||
2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* eval.c (Fcommandp): Doc fix.
|
||||
|
|
Loading…
Add table
Reference in a new issue