Mercurial > emacs
comparison lisp/ChangeLog @ 106298:3a4157b5e536
* eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
`cd' doesn't always do it for us (bug#5067).
* pcomplete.el (pcomplete-entries): Revert change installed mistakenly
on 2009-10-25 as part of some other change (bug#5067).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 28 Nov 2009 17:06:30 +0000 |
parents | 63ea0805c417 |
children | 8ba9aa88e9c7 |
comparison
equal
deleted
inserted
replaced
106297:42172f6a7f38 | 106298:3a4157b5e536 |
---|---|
1 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since | |
4 `cd' doesn't always do it for us (bug#5067). | |
5 | |
6 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly | |
7 on 2009-10-25 as part of some other change (bug#5067). | |
8 | |
1 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca> | 9 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 10 |
3 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type | 11 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type |
4 `suspicious'. | 12 `suspicious'. |
5 (byte-compile-warnings): Use byte-compile-warning-types. | 13 (byte-compile-warnings): Use byte-compile-warning-types. |