Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4408 emacs/src/ChangeLog:1.4409
*** emacs/src/ChangeLog:1.4408  Thu May 26 09:33:16 2005
--- emacs/src/ChangeLog Thu May 26 14:56:28 2005
***************
*** 1,3 ****
--- 1,8 ----
+ 2005-05-26  Juanma Barranquero  <[EMAIL PROTECTED]>
+ 
+       * keyboard.c (Frecursive_edit): Fix typo in docstring.
+       (Fposn_at_x_y): Make argument name match its use in docstring.
+ 
  2005-05-26  Lute Kamstra  <[EMAIL PROTECTED]>
  
        * eval.c (Frun_hooks): Mention run-mode-hooks in docstring.
***************
*** 30,38 ****
  
  2005-05-23  Masatake YAMATO  <[EMAIL PROTECTED]>
  
!       * xdisp.c (note_mode_line_or_margin_highlight): Added code
!       for mouse-face. Change the type of the first argument from `window'
!       to `List_Object'.
        (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
        window instead of w.
  
--- 35,43 ----
  
  2005-05-23  Masatake YAMATO  <[EMAIL PROTECTED]>
  
!       * xdisp.c (note_mode_line_or_margin_highlight): Add code
!       for mouse-face.  Change the type of the first argument from `window'
!       to `Lisp_Object'.
        (note_mouse_highlight): Call note_mode_line_or_margin_highlight with
        window instead of w.
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to