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
ae9e237f
Commit
ae9e237f
authored
Nov 07, 2011
by
Juanma Barranquero
Browse files
src/lisp.h (syms_of_abbrev): Remove declaration.
Reported by CHENG Gao <chenggao@royau.me>.
parent
c7aa8333
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/ChangeLog
src/ChangeLog
+5
-0
src/lisp.h
src/lisp.h
+0
-4
No files found.
src/ChangeLog
View file @
ae9e237f
2011-11-07 Juanma Barranquero <lekktu@gmail.com>
* lisp.h (syms_of_abbrev): Remove declaration.
Reported by CHENG Gao <chenggao@royau.me>.
2011-11-07 Eli Zaretskii <eliz@gnu.org>
* w32.c (check_windows_init_file): Don't look for term/w32-win.el
...
...
src/lisp.h
View file @
ae9e237f
...
...
@@ -3155,10 +3155,6 @@ extern void syms_of_fileio (void);
extern
Lisp_Object
make_temp_name
(
Lisp_Object
,
int
);
extern
Lisp_Object
Qdelete_file
;
/* Defined in abbrev.c */
extern
void
syms_of_abbrev
(
void
);
/* Defined in search.c */
extern
void
shrink_regexp_cache
(
void
);
EXFUN
(
Fstring_match
,
3
);
...
...
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