update packages
This commit is contained in:
11
lisp/avy.el
11
lisp/avy.el
@@ -4,8 +4,8 @@
|
||||
|
||||
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
|
||||
;; URL: https://github.com/abo-abo/avy
|
||||
;; Package-Version: 20201226.1734
|
||||
;; Package-Commit: e92cb37457b43336b765630dbfbea8ba4be601fa
|
||||
;; Package-Version: 20220102.805
|
||||
;; Package-Commit: ba5f035be33693d1a136a5cbeedb24327f551a92
|
||||
;; Version: 0.5.0
|
||||
;; Package-Requires: ((emacs "24.1") (cl-lib "0.5"))
|
||||
;; Keywords: point, location
|
||||
@@ -496,8 +496,8 @@ KEYS is the path from the root of `avy-tree' to LEAF."
|
||||
"Store the current incomplete path during `avy-read'.")
|
||||
|
||||
(defun avy-mouse-event-window (char)
|
||||
"If CHAR is a mouse event, return the window of the event if any or the selected window.
|
||||
Return nil if not a mouse event."
|
||||
"Return the window of mouse event CHAR if any or the selected window.
|
||||
Return nil if CHAR is not a mouse event."
|
||||
(when (mouse-event-p char)
|
||||
(cond ((windowp (posn-window (event-start char)))
|
||||
(posn-window (event-start char)))
|
||||
@@ -1607,7 +1607,8 @@ Which one depends on variable `subword-mode'."
|
||||
(call-interactively #'avy-goto-word-1)))
|
||||
|
||||
(defvar visual-line-mode)
|
||||
|
||||
|
||||
(defcustom avy-indent-line-overlay nil
|
||||
"When non-nil, display line overlay next to the first non-whitespace character.
|
||||
This affects `avy-goto-line'."
|
||||
:type 'boolean)
|
||||
|
||||
Reference in New Issue
Block a user