mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-28
0dd3883defUpdate to Org 9.5-72-gc5d6656e3d5337970Fix mouse handling with several TTY frames on MS-Windows7e437af413Fix temacs invocation from outside of the 'src' directory0fbfd4253e; Avoid byte-compilation warnings in edmacro.elc22c988b1fFix mouse events on tab bar or tool bar when 'track-mouse'...354c834fbaFix `browse-url-interactive-arg' for certain kinds of events # Conflicts: # lisp/mouse.el
This commit is contained in:
commit
1de6a86553
10 changed files with 81 additions and 48 deletions
|
|
@ -737,7 +737,8 @@ position clicked before acting.
|
|||
This function returns a list (URL NEW-WINDOW-FLAG)
|
||||
for use in `interactive'."
|
||||
(let ((event (elt (this-command-keys) 0)))
|
||||
(and (listp event) (mouse-set-point event)))
|
||||
(when (mouse-event-p event)
|
||||
(mouse-set-point event)))
|
||||
(list (read-string prompt (or (and transient-mark-mode mark-active
|
||||
;; rfc2396 Appendix E.
|
||||
(replace-regexp-in-string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue