comparison src/ChangeLog @ 47023:bcd10150f172

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Aug 2002 03:19:52 +0000
parents 2ed348de0e05
children b6fa469eb2f7
comparison
equal deleted inserted replaced
47022:d2259df6cb09 47023:bcd10150f172
1 2002-08-23 Richard M. Stallman <rms@gnu.org>
2
3 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
4 Record variables in load history as (defvar . VAR).
5 (Fdefvar): Don't record in load history if no initial value.
6 (Qdefvar): New variable.
7 (syms_of_eval): Init and staticpro it.
8
9 * lread.c (syms_of_lread): Doc fix.
10 (build_load_history): Use Fmember to see if a definition
11 is already in the Vload_history element.
12
13 * process.c (Fstart_process): Remove /: from program name.
14
15 * emacs.c (decode_env_path): Don't add /: if file name handler
16 has a `safe-magic' property.
17
18 * callproc.c (Fcall_process): Remove /: from program name.
19
1 2002-08-23 Stefan Monnier <monnier@cs.yale.edu> 20 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
2 21
3 * regex.c (PATFETCH): Remove the translating fetch. 22 * regex.c (PATFETCH): Remove the translating fetch.
4 (PATFETCH_RAW): Rename to PATFETCH. 23 (PATFETCH_RAW): Rename to PATFETCH.
5 (set_image_of_range): New fun. 24 (set_image_of_range): New fun.