mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Fix typo
* lisp/emacs-lisp/package-activate.el (package--autosugest-line-format): Use actually existing face symbol.
This commit is contained in:
parent
4a1e4a6edc
commit
f64430fbad
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue