# HG changeset patch # User Miles Bader # Date 1002596031 0 # Node ID 1fd1506f838381c235f1b89d00f48d8bb0cf03d1 # Parent e6ba84d673591baa638da9ac5751a63564b84c86 *** empty log message *** diff -r e6ba84d67359 -r 1fd1506f8383 lisp/ChangeLog --- 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 + * 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.