summaryrefslogtreecommitdiff
path: root/src/ChangeLog.9
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2003-01-28 23:49:11 +0000
committerKim F. Storm <storm@cua.dk>2003-01-28 23:49:11 +0000
commit88c717201f5d8e7f59b4654482250d4ce69cecc3 (patch)
tree9ebccb63596d75a35705f320699732ffb2f2785c /src/ChangeLog.9
parent058c18c71f81821a99c17fe8fd959e3ae2314ce3 (diff)
downloademacs-88c717201f5d8e7f59b4654482250d4ce69cecc3.tar.gz
Corrected misc. typos like missing : after file names,
missing file name suffixes, and * used as prefix on non-file entries.
Diffstat (limited to 'src/ChangeLog.9')
-rw-r--r--src/ChangeLog.96
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 1c7a87b8c85..659397a3730 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -792,7 +792,7 @@
bit-fields.
(init_obarray): Likewise for t and nil.
- * eval.c Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
+ * eval.c: Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
(Fdefvaralias): New function.
(specbind): Simplify the test if symbol is a constant.
(syms_of_eval): Defsubr Fdefvaralias.
@@ -2348,7 +2348,7 @@
(redisplay_internal): Avoid duplicate mark_window_display_accurate
for the selected frame.
- * xdisp.c Use make_number, for readability.
+ * xdisp.c: Use make_number, for readability.
(try_window_id): Disable rows below the window end.
(try_window_reusing_current_matrix): Use cursor_row_p.
(try_window_reusing_current_matrix) <scrolling up>: Fix disabling
@@ -12085,7 +12085,7 @@
2000-03-04 Jason Rumney <jasonr@gnu.org>
- * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
+ * xfaces.c: Change many FRAME_X... macros to FRAME_WINDOW... or
other non-platform-specific equivalents.
[WINDOWSNT]: Include w32term.h, fontset.h and define X
specific functions and macros as their w32 equivalents where