diff options
| author | Chong Yidong | 2006-07-11 16:39:50 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-11 16:39:50 +0000 |
| commit | ce4746a36acbc91144f038c96c75f07b4165f403 (patch) | |
| tree | f66047c74194bc3a8bc8284c89613e6a8a2b75c6 /lisp/ChangeLog | |
| parent | b8fa0ffd0cc04a300b52fbf28ab0850c2f34cc09 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2006-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 | |||
| 1 | 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2006-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): |