# HG changeset patch # User Kim F. Storm # Date 1014671257 0 # Node ID 4481706b64ddbced6b4673476c8ad93191adadbd # Parent aee3db99fccab06c1f004cb1a73973f90786a278 *** empty log message *** diff -r aee3db99fcca -r 4481706b64dd lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 25 21:06:03 2002 +0000 +++ b/lisp/ChangeLog Mon Feb 25 21:07:37 2002 +0000 @@ -1,3 +1,12 @@ +2002-02-25 Kim F. Storm + + * comint.el (comint-replace-by-expanded-filename): Do nothing if + comint-match-partial-filename returns nil. + + * shell.el (shell-pcomplete-setup-done): New variable. + (shell-pcomplete): Use it instead of shell-pcomplete-setup-p. + (shell-pcomplete-reverse): Ditto. + 2002-02-25 Per Abrahamsen * ps-print.el (ps-print-printer): Added `lpr' customize group