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
c513fc03
Commit
c513fc03
authored
Dec 19, 2001
by
Eli Zaretskii
Browse files
(scmp): Remove prototype, since it's now a static
function private to dired.c.
parent
fbe51115
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/lisp.h
src/lisp.h
+0
-1
No files found.
src/ChangeLog
View file @
c513fc03
2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
* lisp.h (scmp): Remove prototype, since it's now a static
function private to dired.c.
2001-12-18 Richard M. Stallman <rms@gnu.org>
* dired.c (scmp): Function moved from minibuf.c.
...
...
src/lisp.h
View file @
c513fc03
...
...
@@ -2685,7 +2685,6 @@ extern void syms_of_search P_ ((void));
extern
Lisp_Object
last_minibuf_string
;
extern
void
choose_minibuf_frame
P_
((
void
));
extern
int
scmp
P_
((
unsigned
char
*
,
unsigned
char
*
,
int
));
EXFUN
(
Fcompleting_read
,
8
);
EXFUN
(
Fread_from_minibuffer
,
7
);
EXFUN
(
Fread_variable
,
2
);
...
...
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