Mercurial > emacs
comparison src/lread.c @ 90105:7e3f621f1dd4
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-95
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-96
Move Gnus images into etc/images
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-97
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-105
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-14
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-15
Update from CVS: lisp/imap.el (imap-log): Doc fix.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-16
Merge from emacs--cvs-trunk--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 18 Feb 2005 00:41:50 +0000 |
parents | 95879cc1ed20 edecd7c1824e |
children | 02f1dbc4a199 |
comparison
equal
deleted
inserted
replaced
90104:a01e7a9f1659 | 90105:7e3f621f1dd4 |
---|---|
3996 doc: /* Full name of file being loaded by `load'. */); | 3996 doc: /* Full name of file being loaded by `load'. */); |
3997 Vload_file_name = Qnil; | 3997 Vload_file_name = Qnil; |
3998 | 3998 |
3999 DEFVAR_LISP ("user-init-file", &Vuser_init_file, | 3999 DEFVAR_LISP ("user-init-file", &Vuser_init_file, |
4000 doc: /* File name, including directory, of user's initialization file. | 4000 doc: /* File name, including directory, of user's initialization file. |
4001 If the file loaded had extension `.elc' and there was a corresponding `.el' | 4001 If the file loaded had extension `.elc', and the corresponding source file |
4002 file, this variable contains the name of the .el file, suitable for use | 4002 exists, this variable contains the name of source file, suitable for use |
4003 by functions like `custom-save-all' which edit the init file. */); | 4003 by functions like `custom-save-all' which edit the init file. */); |
4004 Vuser_init_file = Qnil; | 4004 Vuser_init_file = Qnil; |
4005 | 4005 |
4006 DEFVAR_LISP ("current-load-list", &Vcurrent_load_list, | 4006 DEFVAR_LISP ("current-load-list", &Vcurrent_load_list, |
4007 doc: /* Used for internal purposes by `load'. */); | 4007 doc: /* Used for internal purposes by `load'. */); |