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
Open sidebar
emacs
emacs
Commits
b56ba8de
Commit
b56ba8de
authored
Oct 15, 2001
by
Sam Steingold
Browse files
(Vafter_load_alist): Declare extern (w32 build problem).
parent
a1f17501
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
src/ChangeLog
src/ChangeLog
+8
-4
src/fns.c
src/fns.c
+2
-1
No files found.
src/ChangeLog
View file @
b56ba8de
2001-10-15 Sam Steingold <sds@gnu.org>
* fns.c (Vafter_load_alist): Declare extern (w32 build problem).
2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* process.c (process-inherit-coding-system-flag,
...
...
@@ -14,7 +18,7 @@
* window.c (window_loop): Don't check for Fother_buffer returning
nil.
* window.c (select_window_1): Unfreeze window start. Remove a
doubled test for WINDOW being live.
...
...
@@ -569,7 +573,7 @@
2001-10-04 Gerd Moellmann <gerd@gnu.org>
* Branch for 21.1.
2001-10-03 Miles Bader <miles@gnu.org>
* callproc.c (syms_of_callproc): Explicitly state in the
...
...
@@ -792,7 +796,7 @@
2001-09-11 Gerd Moellmann <gerd@gnu.org>
* minibuf.c (read_minibuf_unwind): Bind inhibit-modification-hooks.
* minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t,
in addition to read-only.
...
...
@@ -850,7 +854,7 @@
* xdisp.c (string_buffer_position): Use *single_char_property*
functions instead of the *single_property* functions.
2001-09-04 Andrew Innes <andrewi@gnu.org>
* w32term.c (w32_read_socket): Add more information to debugging
...
...
src/fns.c
View file @
b56ba8de
...
...
@@ -3026,7 +3026,8 @@ shortened list, containing only those averages which are available. */
return
ret
;
}
Lisp_Object
Vfeatures
,
Qsubfeatures
,
Vafter_load_alist
;
Lisp_Object
Vfeatures
,
Qsubfeatures
;
extern
Lisp_Object
Vafter_load_alist
;
DEFUN
(
"featurep"
,
Ffeaturep
,
Sfeaturep
,
1
,
2
,
0
,
/* Returns t if FEATURE is present in this Emacs.
...
...
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