comparison src/ChangeLog @ 49933:43b8fcc10f4d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Feb 2003 15:14:08 +0000
parents d278896aa13f
children 396c775bfdf2
comparison
equal deleted inserted replaced
49932:2f5cdffaaa04 49933:43b8fcc10f4d
1 2003-02-23 Richard M. Stallman <rms@gnu.org>
2
3 * callint.c (fix_command): New subroutine, from Fcall_interactively.
4 Detect (when ... (region-beginning)) etc.
5 (Fcall_interactively): Call fix_command.
6 (Qif, Qwhen): New variables.
7 (syms_of_callint): Init and staticpro them.
8
9 * regex.c (print_partial_compiled_pattern): Output to stderr.
10
1 2003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 11 2003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
2 12
3 * dired.c (directory_files_internal): Don't expand directory. 13 * dired.c (directory_files_internal): Don't expand directory.
4 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here 14 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
5 instead. From Lars Hansen <larsh@math.ku.dk>. 15 instead. From Lars Hansen <larsh@math.ku.dk>.