comparison lisp/ChangeLog @ 70555:4ff0c9f3ea31

* emacs-lisp/crm.el (completing-read-multiple): Properly handle return value of read-from-minibuffer for empty input.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 10 May 2006 04:00:51 +0000
parents 09d3b5632463
children 9551c95334c7
comparison
equal deleted inserted replaced
70554:e1a064810f6f 70555:4ff0c9f3ea31
1 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
4 return value of read-from-minibuffer for empty input.
5
1 2006-05-09 Miles Bader <miles@gnu.org> 6 2006-05-09 Miles Bader <miles@gnu.org>
2 7
3 * comint.el (comint-insert-input): Remove redundant calls to setq 8 * comint.el (comint-insert-input): Remove redundant calls to setq
4 and goto-char. 9 and goto-char.
5 10