Merge from savannah/emacs-30
e539a5c7d7
NS: Fix placement of candidate window (bug#72422)94fe5894d9
; * lisp/touch-screen.el: Correct commentary.
This commit is contained in:
commit
5bd3011730
2 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@
|
|||
;;; Commentary:
|
||||
|
||||
;; This file provides code to recognize simple touch screen gestures.
|
||||
;; It is used on X, PGTK, and Android, currently the only systems where
|
||||
;; Emacs supports touch input.
|
||||
;; It is used on X, PGTK, Android, and MS-Windows, currently the only
|
||||
;; systems where Emacs supports touch input.
|
||||
;;
|
||||
;; See (elisp)Touchscreen Events for a description of the details of
|
||||
;; touch events.
|
||||
|
|
|
@ -7064,7 +7064,7 @@ - (void) setMarkedText: (id) string
|
|||
- (NSRect) firstRectForCharacterRange: (NSRange) range
|
||||
actualRange: (nullable NSRangePointer) actualRange
|
||||
{
|
||||
return NSZeroRect;
|
||||
return [self firstRectForCharacterRange: range];
|
||||
}
|
||||
|
||||
#endif /* NS_IMPL_COCOA */
|
||||
|
|
Loading…
Add table
Reference in a new issue