aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-25 20:34:28 +0000
committerGerd Moellmann2000-02-25 20:34:28 +0000
commit9244a058d3d3d6e38dceea7398f5165651d1bf47 (patch)
treeb51a0b10418ca9a1c2c8e3b458beda663c05d27e /src
parentf43d79c13239547a787cad5122334e272f48b64e (diff)
downloademacs-9244a058d3d3d6e38dceea7398f5165651d1bf47.tar.gz
emacs-9244a058d3d3d6e38dceea7398f5165651d1bf47.zip
(main): Remove code snipped commented out with `//'.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/emacs.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c979d746484..90249891b0a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-02-25 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs.c (main): Remove code snipped commented out with `//'.
4
12000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> 52000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 6
3 * fileio.c (Ffile_symlink_p): If result starts with a `/' 7 * fileio.c (Ffile_symlink_p): If result starts with a `/'
diff --git a/src/emacs.c b/src/emacs.c
index 83ba5a2d5b1..ae4bc3f44da 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1469,7 +1469,6 @@ main (argc, argv, envp)
1469 extern void dump_opcode_frequencies (); 1469 extern void dump_opcode_frequencies ();
1470 1470
1471 atexit (_mcleanup); 1471 atexit (_mcleanup);
1472 // atexit (dump_opcode_frequencies);
1473 /* This uses safe_bcopy because that function comes first in the 1472 /* This uses safe_bcopy because that function comes first in the
1474 Emacs executable. It might be better to use something that 1473 Emacs executable. It might be better to use something that
1475 gives the start of the text segment, but start_of_text is not 1474 gives the start of the text segment, but start_of_text is not