Mercurial > emacs
comparison lisp/ChangeLog @ 112053:27e06e53f81b
Minor fix for eshell-previous-matching-input (Bug#7585).
* lisp/eshell/em-hist.el (eshell-previous-matching-input): Signal error
if point is not behind eshell-last-output-end (Bug#7585).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 17 Dec 2010 19:04:40 +0800 |
parents | bb8e2da18b9d |
children | bc7bbc0dbad4 |
comparison
equal
deleted
inserted
replaced
112052:9cd818c8f3e0 | 112053:27e06e53f81b |
---|---|
1 2010-12-17 Leo <sdl.web@gmail.com> | |
2 | |
3 * eshell/em-hist.el (eshell-previous-matching-input): Signal error | |
4 if point is not behind eshell-last-output-end (Bug#7585). | |
5 | |
1 2010-12-16 Chong Yidong <cyd@stupidchicken.com> | 6 2010-12-16 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * textmodes/rst.el (rst-compile-pdf-preview) | 8 * textmodes/rst.el (rst-compile-pdf-preview) |
4 (rst-compile-slides-preview): Use make-temp-file (Bug#7646). | 9 (rst-compile-slides-preview): Use make-temp-file (Bug#7646). |
5 | 10 |