emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lread.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Tue, 15 Feb 2005 01:44:51 -0500

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.326 emacs/src/lread.c:1.327
*** emacs/src/lread.c:1.326     Mon Dec 27 15:58:59 2004
--- emacs/src/lread.c   Tue Feb 15 06:44:50 2005
***************
*** 3860,3867 ****
  
    DEFVAR_LISP ("user-init-file", &Vuser_init_file,
               doc: /* File name, including directory, of user's initialization 
file.
! If the file loaded had extension `.elc' and there was a corresponding `.el'
! file, this variable contains the name of the .el file, suitable for use
  by functions like `custom-save-all' which edit the init file.  */);
    Vuser_init_file = Qnil;
  
--- 3860,3867 ----
  
    DEFVAR_LISP ("user-init-file", &Vuser_init_file,
               doc: /* File name, including directory, of user's initialization 
file.
! If the file loaded had extension `.elc', and the corresponding source file
! exists, this variable contains the name of source file, suitable for use
  by functions like `custom-save-all' which edit the init file.  */);
    Vuser_init_file = Qnil;
  




reply via email to

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