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
1093ec47
Commit
1093ec47
authored
Oct 12, 2001
by
Stefan Monnier
Browse files
(empty_string): Declare.
parent
f9a6326d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/lisp.h
src/lisp.h
+3
-2
No files found.
src/lisp.h
View file @
1093ec47
...
...
@@ -555,7 +555,7 @@ struct interval
unsigned
int
position
;
/* Cache of interval's character position. */
/* This field is usually updated
simultaneously with an interval
traversal, there is no guarant
y
traversal, there is no guarant
ee
that it is valid for a random
interval. */
struct
interval
*
left
;
/* Intervals which precede me. */
...
...
@@ -2732,6 +2732,7 @@ EXFUN (Fnext_window, 3);
EXFUN
(
Fdelete_window
,
1
);
EXFUN
(
Fselect_window
,
1
);
EXFUN
(
Fset_window_buffer
,
2
);
EXFUN
(
Fwindow_buffer
,
1
);
EXFUN
(
Fget_buffer_window
,
2
);
EXFUN
(
Fsave_window_excursion
,
UNEVALLED
);
EXFUN
(
Fsplit_window
,
3
);
...
...
@@ -2797,7 +2798,7 @@ extern void keys_of_frame P_ ((void));
/* defined in emacs.c */
extern
Lisp_Object
decode_env_path
P_
((
char
*
,
char
*
));
extern
Lisp_Object
Vinvocation_name
,
Vinvocation_directory
;
extern
Lisp_Object
Vinstallation_directory
;
extern
Lisp_Object
Vinstallation_directory
,
empty_string
;
EXFUN
(
Fkill_emacs
,
1
);
#if HAVE_SETLOCALE
void
fixup_locale
P_
((
void
));
...
...
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