Mercurial > emacs
comparison lisp/ChangeLog @ 70841:2a874a2efaf4
(bibtex-format-entry, bibtex-clean-entry):
Signal more user-friendly error messages.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 22 May 2006 21:50:47 +0000 |
parents | b599bb78c1fc |
children | 426725b2ce9a |
comparison
equal
deleted
inserted
replaced
70840:b599bb78c1fc | 70841:2a874a2efaf4 |
---|---|
1 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry): | |
4 Signal more user-friendly error messages. | |
2 | 5 |
3 * complete.el (PC-do-completion): Undo the addition of implicit | 6 * complete.el (PC-do-completion): Undo the addition of implicit |
4 wildcards if they did not lead to finding any match. | 7 wildcards if they did not lead to finding any match. |
5 (read-file-name-internal): Don't add the final > if the completion is | 8 (read-file-name-internal): Don't add the final > if the completion is |
6 not finished. | 9 not finished. |