aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPavel Janík2001-11-09 06:47:21 +0000
committerPavel Janík2001-11-09 06:47:21 +0000
commitab8469eb87c14e38dda7560b374be7b971d3d334 (patch)
treeb6474122f9947ec062e5d778f96f56844cff52fa /src/ChangeLog
parent40ef1eda444a59c3a76e2a70e478da47c964e9c6 (diff)
downloademacs-ab8469eb87c14e38dda7560b374be7b971d3d334.tar.gz
emacs-ab8469eb87c14e38dda7560b374be7b971d3d334.zip
(merge_face_vectors): Use braces to follow GNU Coding Standards.
(Finternal_set_lisp_face_attribute): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 90ea2c07707..c0f15df7fb3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * xfaces.c (merge_face_vectors): Use braces to follow GNU
4 Coding Standards.
5 (Finternal_set_lisp_face_attribute): Likewise.
6
3 * indent.c (current_column_1): Remove unused variable `prev_col'. 7 * indent.c (current_column_1): Remove unused variable `prev_col'.
4 8
52001-11-07 Jason Rumney <jasonr@gnu.org> 92001-11-07 Jason Rumney <jasonr@gnu.org>