emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 23 Aug 2002 23:19:52 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2833 emacs/src/ChangeLog:1.2834
*** emacs/src/ChangeLog:1.2833  Fri Aug 23 18:21:51 2002
--- emacs/src/ChangeLog Fri Aug 23 23:19:52 2002
***************
*** 1,3 ****
--- 1,22 ----
+ 2002-08-23  Richard M. Stallman  <address@hidden>
+ 
+       * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
+       Record variables in load history as (defvar . VAR).
+       (Fdefvar): Don't record in load history if no initial value.
+       (Qdefvar): New variable.
+       (syms_of_eval): Init and staticpro it.
+ 
+       * lread.c (syms_of_lread): Doc fix.
+       (build_load_history): Use Fmember to see if a definition
+       is already in the Vload_history element.
+ 
+       * process.c (Fstart_process): Remove /: from program name.
+ 
+       * emacs.c (decode_env_path): Don't add /: if file name handler
+       has a `safe-magic' property.
+ 
+       * callproc.c (Fcall_process): Remove /: from program name.
+ 
  2002-08-23  Stefan Monnier  <address@hidden>
  
        * regex.c (PATFETCH): Remove the translating fetch.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]