; Fix typo

* lisp/emacs-lisp/package-activate.el (package--autosugest-line-format):
Use actually existing face symbol.
This commit is contained in:
Philip Kaludercic 2026-02-06 22:15:49 +01:00
parent 4a1e4a6edc
commit f64430fbad
No known key found for this signature in database

View file

@ -631,7 +631,7 @@ The elements of the returned list will have the form described in
#'symbol-name
(delete-dups (mapcar #'car avail))
", "))
'face 'mode-line-emphasismode-line-
'face 'mode-line-emphasis
'mouse-face 'mode-line-highlight
'help-echo "Click to install suggested package."
'keymap (let ((map (make-sparse-keymap)))