aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-07-11 16:39:50 +0000
committerChong Yidong2006-07-11 16:39:50 +0000
commitce4746a36acbc91144f038c96c75f07b4165f403 (patch)
treef66047c74194bc3a8bc8284c89613e6a8a2b75c6 /lisp/ChangeLog
parentb8fa0ffd0cc04a300b52fbf28ab0850c2f34cc09 (diff)
downloademacs-ce4746a36acbc91144f038c96c75f07b4165f403.tar.gz
emacs-ce4746a36acbc91144f038c96c75f07b4165f403.zip
* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b15d8f1fb01..7bf32e705ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-07-11 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
4 using with-output-to-temp-buffer, which clobbers local vars.
5
12006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> 62006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): 8 * progmodes/compile.el (compilation-error-regexp-alist-alist):