(Fbury_buffer): Use braces to follow GNU Coding Standards.
[bpt/emacs.git] / src / ChangeLog
index 48612d9..5cee3a4 100644 (file)
@@ -1,3 +1,18 @@
+2001-11-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * xfaces.c (merge_face_vectors): Use braces to follow GNU
+       Coding Standards.
+       (Finternal_set_lisp_face_attribute): Likewise.
+
+       * buffer.c (Fbury_buffer): Likewise.
+
+       * indent.c (current_column_1): Remove unused variable `prev_col'.
+
+2001-11-07  Jason Rumney  <jasonr@gnu.org>
+
+       * w32term.c (x_display_and_set_cursor): Do not move system caret
+       if cursor_glyph is NULL.
+
 2001-11-07  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * keymap.c (access_keymap): Fix compilation error.
        code (eval-current-buffer).
        Change doc-string comments to `new style' [w/`doc:' keyword].
 
+2001-11-06  Richard M. Stallman  <rms@gnu.org>
+
+       * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
+
 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
 
        * lread.c (read1): Fix behavior with nested backquoting.