summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 95d09c5f392..de609de8d8d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -21,6 +21,10 @@
2002-03-14 Miles Bader <miles@gnu.org>
+ * emacs-lisp/debug.el: Require `button'.
+ (debugger-mode-map): Set the parent keymap to `button-buffer-map',
+ to get TAB and <backtab> bindings.
+
* net/rlogin.el (rlogin-carriage-filter): Function removed.
(rlogin): Don't install the `rlogin-carriage-filter' filter, as
comint removes carriage returns itself now.