mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Copyedits
This commit is contained in:
parent
4e9993cada
commit
d5775ae4d3
2 changed files with 3 additions and 1 deletions
|
|
@ -337,6 +337,8 @@ Also see `ignore'."
|
|||
;;
|
||||
;; * Starting with Emacs 29.1, use `buffer-match-p'.
|
||||
;;
|
||||
;; * Starting with Emacs 29.1, use `string-split'.
|
||||
;;
|
||||
;; * Starting with Emacs 30.1, there is `handler-bind'. Use it
|
||||
;; instead of `condition-case' when the origin of an error shall be
|
||||
;; kept, for example when the HANDLER propagates the error with
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ special handling of `substitute-in-file-name'."
|
|||
(when minibuffer-completing-file-name
|
||||
(setq tramp-rfn-eshadow-overlay
|
||||
(make-overlay (minibuffer-prompt-end) (minibuffer-prompt-end)))
|
||||
;; Copy rfn-eshadow-overlay properties.
|
||||
;; Copy `rfn-eshadow-overlay' properties.
|
||||
(let ((props (overlay-properties rfn-eshadow-overlay)))
|
||||
(while props
|
||||
;; The `field' property prevents correct minibuffer
|
||||
|
|
|
|||
Loading…
Reference in a new issue