diff options
| author | Richard M. Stallman | 2003-02-23 15:14:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-02-23 15:14:08 +0000 |
| commit | 120d0a23ea5a2a4b9cea75ead02c73ea85ed7b1b (patch) | |
| tree | 2573463a2a7c2403b23832be379315dd68774658 /src/ChangeLog | |
| parent | e3bfcda9ac9b5b9a279c25539a1a4e9d94826ef3 (diff) | |
| download | emacs-120d0a23ea5a2a4b9cea75ead02c73ea85ed7b1b.tar.gz emacs-120d0a23ea5a2a4b9cea75ead02c73ea85ed7b1b.zip | |
(fix_command): New subroutine, from Fcall_interactively.
Detect (when ... (region-beginning)) etc.
(Fcall_interactively): Call fix_command.
(Qif, Qwhen): New variables.
(syms_of_callint): Init and staticpro them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d27e0b53d8..afdc53e33c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 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. |