Mercurial > emacs
changeset 51555:a55a32d4725a
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 12 Jun 2003 22:31:29 +0000 |
parents | 8cf86bc95fe5 |
children | a1c8931835d3 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jun 12 22:20:49 2003 +0000 +++ b/lisp/ChangeLog Thu Jun 12 22:31:29 2003 +0000 @@ -1,8 +1,19 @@ +2003-06-13 Ilya N. Golubev <gin@mo.msk.ru> (tiny change) + + * shell.el (shell-command-separator-regexp): New variable. + (shell-directory-tracker): Make regexp used for skipping to next + command correspond to one used for command itself. + +2003-06-13 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) + + * textmodes/texinfmt.el (texinfo-format-scan): Silence + `whitespace-cleanup'. + 2003-06-12 Glenn Morris <gmorris@ast.cam.ac.uk> * calendar/timeclock.el (display-time-hook) (timeclock-modeline-display): Define for byte-compiler. - (timeclock-time-to-date, timeclock-workday-remaining) + (timeclock-time-to-date, timeclock-workday-remaining) (timeclock-time-to-seconds, timeclock-seconds-to-time): Move earlier in the file so defined before used. (timeclock-status-string): No need for `let*' so use `let'.