emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Thu, 26 May 2005 10:53:57 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.825 emacs/src/keyboard.c:1.826
*** emacs/src/keyboard.c:1.825  Wed May 18 23:19:56 2005
--- emacs/src/keyboard.c        Thu May 26 14:53:55 2005
***************
*** 1020,1026 ****
         doc: /* Invoke the editor command loop recursively.
  To get out of the recursive edit, a command can do `(throw 'exit nil)';
  that tells this function to return.
! Alternately, `(throw 'exit t)' makes this function signal an error.
  This function is called by the editor initialization to begin editing.  */)
       ()
  {
--- 1020,1026 ----
         doc: /* Invoke the editor command loop recursively.
  To get out of the recursive edit, a command can do `(throw 'exit nil)';
  that tells this function to return.
! Alternatively, `(throw 'exit t)' makes this function signal an error.
  This function is called by the editor initialization to begin editing.  */)
       ()
  {
***************
*** 10548,10554 ****
  DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, 2, 4, 0,
         doc: /* Return position information for pixel coordinates X and Y.
  By default, X and Y are relative to text area of the selected window.
! Optional third arg FRAME_OR_WINDOW non-nil specifies frame or window.
  If optional fourth arg WHOLE is non-nil, X is relative to the left
  edge of the window.
  
--- 10548,10554 ----
  DEFUN ("posn-at-x-y", Fposn_at_x_y, Sposn_at_x_y, 2, 4, 0,
         doc: /* Return position information for pixel coordinates X and Y.
  By default, X and Y are relative to text area of the selected window.
! Optional third arg FRAME-OR-WINDOW non-nil specifies frame or window.
  If optional fourth arg WHOLE is non-nil, X is relative to the left
  edge of the window.
  
***************
*** 10848,10854 ****
    staticpro (&Qdrag_n_drop);
  
    Qsave_session = intern ("save-session");
!   staticpro(&Qsave_session);
  
    Qusr1_signal = intern ("usr1-signal");
    staticpro (&Qusr1_signal);
--- 10848,10854 ----
    staticpro (&Qdrag_n_drop);
  
    Qsave_session = intern ("save-session");
!   staticpro (&Qsave_session);
  
    Qusr1_signal = intern ("usr1-signal");
    staticpro (&Qusr1_signal);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]