comparison lisp/ChangeLog @ 73283:8eaa51e867d9

(add-completions-from-c-buffer): Don't presume an error's second element is a string. Use looking-at rather than buffer-substring + member.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 07 Oct 2006 15:57:36 +0000
parents 5dfa0d3db076
children 3546bda2752f
comparison
equal deleted inserted replaced
73282:5dfa0d3db076 73283:8eaa51e867d9
1 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * completion.el (add-completions-from-c-buffer):
4 Don't presume an error's second element is a string.
5 Use looking-at rather than buffer-substring + member.
6
1 2006-10-07 Eli Zaretskii <eliz@gnu.org> 7 2006-10-07 Eli Zaretskii <eliz@gnu.org>
2 8
3 * mail/rmail.el (rmail-redecode-body): If the old encoding is 9 * mail/rmail.el (rmail-redecode-body): If the old encoding is
4 `undecided', call find-coding-systems-region to find a proper 10 `undecided', call find-coding-systems-region to find a proper
5 non-trivial encoding. 11 non-trivial encoding.
17 23
18 * autoinsert.el (auto-insert-alist): Doc fix. 24 * autoinsert.el (auto-insert-alist): Doc fix.
19 25
20 2006-10-07 Johan Bockg,be(Brd <bojohan@dd.chalmers.se> 26 2006-10-07 Johan Bockg,be(Brd <bojohan@dd.chalmers.se>
21 27
22 * mouse-sel.el (mouse-insert-selection-internal): Use 28 * mouse-sel.el (mouse-insert-selection-internal):
23 insert-for-yank, so that yank handlers are run. 29 Use insert-for-yank, so that yank handlers are run.
24 30
25 2006-10-07 Kim F. Storm <storm@cua.dk> 31 2006-10-07 Kim F. Storm <storm@cua.dk>
26 32
27 * ido.el (ido-file-extension-aux): Fix comparison. 33 * ido.el (ido-file-extension-aux): Fix comparison.
28 34