emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104922: * callint.c (Finteractive):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104922: * callint.c (Finteractive): Clarify the meaning of "@".
Date: Mon, 04 Jul 2011 01:21:45 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104922
fixes bug(s): http://debbugs.gnu.org/8813
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-04 01:21:45 +0200
message:
  * callint.c (Finteractive): Clarify the meaning of "@".
modified:
  src/ChangeLog
  src/callint.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-03 22:16:07 +0000
+++ b/src/ChangeLog     2011-07-03 23:21:45 +0000
@@ -1,3 +1,7 @@
+2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * callint.c (Finteractive): Clarify the meaning of "@" (bug#8813).
+
 2011-07-03  Chong Yidong  <address@hidden>
 
        * xfaces.c (Finternal_merge_in_global_face): Modify the foreground

=== modified file 'src/callint.c'
--- a/src/callint.c     2011-06-24 21:25:22 +0000
+++ b/src/callint.c     2011-07-03 23:21:45 +0000
@@ -105,9 +105,10 @@
 
 In addition, if the string begins with `*', an error is signaled if
   the buffer is read-only.
-If the string begins with `@', Emacs searches the key sequence which
- invoked the command for its first mouse click (or any other event
- which specifies a window).
+If `@' appears at the beginning of the string, and if the key sequence
+ used to invoke the command includes any mouse events, then the window
+ associated with the first of those events is selected before the
+ command is run.
 If the string begins with `^' and `shift-select-mode' is non-nil,
  Emacs first calls the function `handle-shift-selection'.
 You may use `@', `*', and `^' together.  They are processed in the


reply via email to

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