]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fwindow_list): Declare arg `window'.
authorDave Love <fx@gnu.org>
Tue, 18 Jul 2000 11:07:57 +0000 (11:07 +0000)
committerDave Love <fx@gnu.org>
Tue, 18 Jul 2000 11:07:57 +0000 (11:07 +0000)
src/ChangeLog
src/window.c

index 4b12dc3fa8060c8690194f229eddadce8a75e49d..7465e6f277b65a4c08a383ec59430e5780ad6745 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-18  Dave Love  <fx@gnu.org>
+
+       * window.c (Fwindow_list): Declare arg `window'.
+
 2000-07-18  Kenichi Handa  <handa@etl.go.jp>
 
        * coding.c (setup_coding_system): Don't override the explicitly
@@ -71,7 +75,7 @@
 
 2000-07-14  Dave Love  <fx@gnu.org>
 
-       * syntax.c (back_comment): Add null default in switch for pcc.
+       * syntax.c (back_comment): Add null default in switch (for pcc).
 
 2000-07-14  Kenichi Handa  <handa@etl.go.jp>
 
index fac38cb53280b40e4729bc8529f1a4e640556133..d6eb2e06a0c098af08737fe693c3722ad643e469 100644 (file)
@@ -1516,7 +1516,7 @@ DEFUN ("window-list", Fwindow_list, Swindow_list, 0, 3, 0,
   "Return a list of windows in canonical ordering.\n\
 Arguments are like for `next-window'.")
   (window, minibuf, all_frames)
-     Lisp_Object minibuf, all_frames;
+     Lisp_Object window, minibuf, all_frames;
 {
   Lisp_Object tail, list;