aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2003-02-23 15:14:08 +0000
committerRichard M. Stallman2003-02-23 15:14:08 +0000
commit120d0a23ea5a2a4b9cea75ead02c73ea85ed7b1b (patch)
tree2573463a2a7c2403b23832be379315dd68774658 /src/ChangeLog
parente3bfcda9ac9b5b9a279c25539a1a4e9d94826ef3 (diff)
downloademacs-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/ChangeLog10
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 @@
12003-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
12003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 112003-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.