mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
hmmm
* lisp/minibuffer.el (completion--get-lazy-hilit-re): (completion--flex-get-completion-score): New functions. (completion--flex-adjust-metadata): Use completion--flex-get-completion-score. (completion-lazy-hilit): Use completion--get-lazy-hilit-re.
This commit is contained in:
parent
19defe091d
commit
f8c64b0506
1 changed files with 1 additions and 1 deletions
|
|
@ -3544,7 +3544,7 @@ advantage of this, look in the source of
|
|||
(defvar completion--lazy-highlight-cache
|
||||
(make-hash-table :weakness 'key))
|
||||
|
||||
(defvar completion--score-map (make-hash-table :size (obarray-size obarray)))
|
||||
(defvar completion--score-map (make-hash-table :test 'eq))
|
||||
|
||||
(defun completion--get-lazy-hilit-re ()
|
||||
"Helper for `completion-lazy-hilit'."
|
||||
|
|
|
|||
Loading…
Reference in a new issue