changeset 39715:1fd1506f8383

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Tue, 09 Oct 2001 02:53:51 +0000
parents e6ba84d67359
children 66d3b28583a0
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 09 02:52:56 2001 +0000
+++ b/lisp/ChangeLog	Tue Oct 09 02:53:51 2001 +0000
@@ -1,5 +1,13 @@
 2001-10-09  Miles Bader  <miles@gnu.org>
 
+	* rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
+	dollar-signs.
+
+	* comint.el (comint-insert-previous-argument): New function.
+	(comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
+	(comint-insert-previous-argument-last-start-pos) 
+	(comint-insert-previous-argument-last-index): New variables.
+
 	* apropos.el (apropos-next-label-button): Use the presence of a
 	`apropos-label' property to detect label buttons.