emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100168: * emacs.c (main): Remove NO_


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100168: * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
Date: Thu, 06 May 2010 12:40:02 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100168
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Thu 2010-05-06 12:40:02 -0700
message:
  * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.
modified:
  src/ChangeLog
  src/emacs.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-06 16:18:33 +0000
+++ b/src/ChangeLog     2010-05-06 19:40:02 +0000
@@ -1,5 +1,7 @@
 2010-05-06  Dan Nicolaescu  <address@hidden>
 
+       * 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.
 

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2010-05-04 07:40:53 +0000
+++ b/src/emacs.c       2010-05-06 19:40:02 +0000
@@ -1582,9 +1582,7 @@
       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 ();


reply via email to

[Prev in Thread] Current Thread [Next in Thread]