Mercurial > emacs
comparison src/ChangeLog @ 49196:b367ee5ca97d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Jan 2003 08:23:46 +0000 |
parents | 5dbe42c838b7 |
children | 5980231f9faa |
comparison
equal
deleted
inserted
replaced
49195:c297d31ef382 | 49196:b367ee5ca97d |
---|---|
1 2003-01-13 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * minibuf.c (minibuffer_completion_contents): | |
4 Error if point is inside prompt. | |
5 | |
6 * keyboard.c (command_loop_1): Don't redisplay directly | |
7 if there's a post-command-hook. | |
8 | |
9 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix. | |
10 (Fdo_auto_save): Add gcpros around Ffile_name_directory. | |
11 | |
1 2003-01-12 Kim F. Storm <storm@cua.dk> | 12 2003-01-12 Kim F. Storm <storm@cua.dk> |
2 | 13 |
3 * process.h (struct Lisp_Process): New member private_vars. | 14 * process.h (struct Lisp_Process): New member private_vars. |
4 | 15 |
5 * process.c: (QCvars): New variable. | 16 * process.c: (QCvars): New variable. |