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
aca00430
Commit
aca00430
authored
May 06, 2010
by
Dan Nicolaescu
Browse files
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
parent
d43c06d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ChangeLog
src/ChangeLog
+2
-0
src/emacs.c
src/emacs.c
+0
-2
No files found.
src/ChangeLog
View file @
aca00430
2010-05-06 Dan Nicolaescu <dann@ics.uci.edu>
* emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
* Makefile.in (STARTFILES): Conditionally define to make the usage clear.
* s/gnu.h (START_FILES): Remove empty definition.
...
...
src/emacs.c
View file @
aca00430
...
...
@@ -1582,9 +1582,7 @@ main (int argc, char **argv)
syms_of_ccl
();
syms_of_character
();
syms_of_cmds
();
#ifndef NO_DIR_LIBRARY
syms_of_dired
();
#endif
/* not NO_DIR_LIBRARY */
syms_of_display
();
syms_of_doc
();
syms_of_editfns
();
...
...
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