aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-21 07:35:28 +0000
committerRichard M. Stallman1994-04-21 07:35:28 +0000
commitfec5272baabc7a533b1b1a50d79f272784283a92 (patch)
tree343e5b2b5bc1d03e7f7fdf17bc0143e543034160
parenta9a6f83ff3b4db87187e7f79f0a4e31d9663062a (diff)
downloademacs-fec5272baabc7a533b1b1a50d79f272784283a92.tar.gz
emacs-fec5272baabc7a533b1b1a50d79f272784283a92.zip
Comment change.
-rw-r--r--src/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 613d5ae80a2..94c4c50a25f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -224,9 +224,6 @@ SHORT= shortnames
224 at initial startup, then labeled as part of the text area when 224 at initial startup, then labeled as part of the text area when
225 Emacs is dumped for the first time, and never changed again. */ 225 Emacs is dumped for the first time, and never changed again. */
226 226
227/* If you want to debug, you can add C_DEBUG_SWITCH to this list.
228 If you want to optimize, you can add C_OPTIMIZE_SWITCH to the list. */
229
230/* -Demacs is needed to make some files produce the correct version 227/* -Demacs is needed to make some files produce the correct version
231 for use in Emacs. 228 for use in Emacs.
232 229