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
476d47ce
Commit
476d47ce
authored
Jun 02, 1997
by
Richard M. Stallman
Browse files
(concat3, get_truename_buffer): Declare them.
parent
3fdfceb3
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 @
476d47ce
...
...
@@ -1337,7 +1337,7 @@ extern Lisp_Object case_temp1, case_temp2;
/* 1 if CH is upper case. */
#define UPPERCASEP(CH) (DOWNCASE(CH) != (CH))
#define UPPERCASEP(CH) (DOWNCASE
(CH) != (CH))
/* 1 if CH is neither upper nor lower case. */
...
...
@@ -1537,7 +1537,7 @@ extern Lisp_Object Freverse (), Fnreverse (), Fget (), Fput (), Fequal ();
extern Lisp_Object Ffillarray (), Fnconc (), Fmapcar (), Fmapconcat ();
extern Lisp_Object Fy_or_n_p (), do_yes_or_no_p ();
extern Lisp_Object Ffeaturep (), Frequire () , Fprovide ();
extern Lisp_Object concat2 (), nconc2 ();
extern Lisp_Object concat2 (),
concat3 (),
nconc2 ();
extern Lisp_Object assq_no_quit ();
extern Lisp_Object Fcopy_alist ();
extern Lisp_Object Fplist_get ();
...
...
@@ -1696,6 +1696,7 @@ extern Lisp_Object Fkill_buffer (), Fkill_all_local_variables ();
extern Lisp_Object Fbuffer_disable_undo (), Fbuffer_enable_undo ();
extern Lisp_Object Ferase_buffer ();
extern Lisp_Object Qoverlayp;
extern Lisp_Object get_truename_buffer ();
extern struct buffer *all_buffers;
/* defined in marker.c */
...
...
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