diff options
| author | Gerd Moellmann | 2000-02-25 20:34:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-25 20:34:28 +0000 |
| commit | 9244a058d3d3d6e38dceea7398f5165651d1bf47 (patch) | |
| tree | b51a0b10418ca9a1c2c8e3b458beda663c05d27e /src | |
| parent | f43d79c13239547a787cad5122334e272f48b64e (diff) | |
| download | emacs-9244a058d3d3d6e38dceea7398f5165651d1bf47.tar.gz emacs-9244a058d3d3d6e38dceea7398f5165651d1bf47.zip | |
(main): Remove code snipped commented out with `//'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/emacs.c | 1 |
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 @@ | |||
| 1 | 2000-02-25 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (main): Remove code snipped commented out with `//'. | ||
| 4 | |||
| 1 | 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 5 | 2000-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 |