aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-05-22 18:09:30 +0000
committerDave Love2000-05-22 18:09:30 +0000
commitd8d0fa6c59df22baa1c04d00e73e9aaf42f7424f (patch)
tree9065d1ba8ac79369aeeff12773fa13fcebeac17e /lisp/ChangeLog
parentdd2cedb97c45b57c26883bfac4d5205cb977c8d6 (diff)
downloademacs-d8d0fa6c59df22baa1c04d00e73e9aaf42f7424f.tar.gz
emacs-d8d0fa6c59df22baa1c04d00e73e9aaf42f7424f.zip
Remove debug-ignored-errors set in other files.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab52c50d90c..b36dbedebfa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12000-05-22 Dave Love <fx@gnu.org>
2
3 * bindings.el: Remove debug-ignored-errors set in other files.
4
5 * progmodes/etags.el: Add to debug-ignored-errors.
6 (visit-tags-table-buffer): Clear out buffers holding old tables
7 when making a new list.
8 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
9 mapc.
10
11 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12 quote keywords.
13 (cmpl-string-case-type): Use character classes.
14
15 * comint.el:
16 * textmodes/ispell.el:
17 * imenu.el:
18 * mail/mh-e.el:
19 * progmodes/compile.el: Add to debug-ignored-errors.
20
21 * dabbrev.el: Add to debug-ignored-errors.
22 (dabbrev-completion): Use mapc.
23
12000-05-22 Eli Zaretskii <eliz@is.elta.co.il> 242000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
2 25
3 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk) 26 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)