Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9942fa0c
Commit
9942fa0c
authored
Apr 18, 2005
by
Lute Kamstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Vloads_in_progress): Static.
parent
7aed223d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
src/ChangeLog
src/ChangeLog
+7
-1
src/lread.c
src/lread.c
+3
-3
No files found.
src/ChangeLog
View file @
9942fa0c
2005-04-18 Lute Kamstra <lute@gnu.org>
* lread.c (Vloads_in_progress): Static.
* fns.c (Vloads_in_progress): Remove extern.
(load_in_progress): Add extern.
(Frequire): Use load_in_progress instead of Vloads_in_progress.
2005-04-18 Thien-Thi Nguyen <ttn@gnu.org>
* xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
...
...
@@ -119,7 +126,6 @@
into "(any string)".
* lread.c (Vloads_in_progress): Not static.
* fns.c (Vloads_in_progress): Add extern.
(Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil.
...
...
src/lread.c
View file @
9942fa0c
/* Lisp parsing and input streams.
Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997, 1998,
1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
1999, 2000, 2001, 2003, 2004
, 2005
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -89,7 +89,7 @@ Lisp_Object Qinhibit_file_name_operation;
extern
Lisp_Object
Qevent_symbol_element_mask
;
extern
Lisp_Object
Qfile_exists_p
;
/* non-zero if inside `load' */
/* non-zero if
f
inside `load' */
int
load_in_progress
;
/* Directory in which the sources were found. */
...
...
@@ -193,7 +193,7 @@ static int new_backquote_flag;
/* A list of file names for files being loaded in Fload. Used to
check for recursive loads. */
Lisp_Object
Vloads_in_progress
;
static
Lisp_Object
Vloads_in_progress
;
/* Non-zero means load dangerous compiled Lisp files. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment