]> git.eshelyaron.com Git - emacs.git/commitdiff
(main): Remove code snipped commented out with `//'.
authorGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 20:34:28 +0000 (20:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 20:34:28 +0000 (20:34 +0000)
src/ChangeLog
src/emacs.c

index c979d746484369686bbe1d77106bf7aa48eda31c..90249891b0a16c7e71f405a6d4452f24f310edb7 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-25  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacs.c (main): Remove code snipped commented out with `//'.
+
 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
        
        * fileio.c (Ffile_symlink_p): If result starts with a `/'
index 83ba5a2d5b1f81bb305c7526d4bd951b4157156a..ae4bc3f44da4d22b299244a2c4231b4cc3553a08 100644 (file)
@@ -1469,7 +1469,6 @@ main (argc, argv, envp)
       extern void dump_opcode_frequencies ();
 
       atexit (_mcleanup);
-      // atexit (dump_opcode_frequencies);
       /* This uses safe_bcopy because that function comes first in the
         Emacs executable.  It might be better to use something that
         gives the start of the text segment, but start_of_text is not