diff options
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index bef1e8dd59b..7ae7ffff1a7 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -2904,7 +2904,7 @@ Return (PKG-DESC [NAME VERSION STATUS DOC])." | |||
| 2904 | :version "25.1") | 2904 | :version "25.1") |
| 2905 | 2905 | ||
| 2906 | (defface package-status-incompat | 2906 | (defface package-status-incompat |
| 2907 | '((t :inherit font-lock-comment-face)) | 2907 | '((t :inherit error)) |
| 2908 | "Face used on the status and version of incompat packages." | 2908 | "Face used on the status and version of incompat packages." |
| 2909 | :version "25.1") | 2909 | :version "25.1") |
| 2910 | 2910 | ||