[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/fns.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/fns.c |
Date: |
Tue, 30 Apr 2002 13:53:40 -0400 |
Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.310 emacs/src/fns.c:1.311
*** emacs/src/fns.c:1.310 Tue Apr 30 13:46:40 2002
--- emacs/src/fns.c Tue Apr 30 13:53:39 2002
***************
*** 3251,3256 ****
--- 3251,3258 ----
int count = specpdl_ptr - specpdl;
int nesting = 0;
+ /* This is to make sure that loadup.el gives a clear picture
+ of what files are preloaded and when. */
if (! NILP (Vpurify_flag))
error ("(require %s) while preparing to dump",
XSYMBOL (feature)->name->data);