diff options
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/man.el b/lisp/man.el index 36f8061d18f..198cdbafab5 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -129,19 +129,19 @@ the manpage buffer." '((t (:inherit bold))) "Face to use when fontifying overstrike." :group 'man - :version "24.2") + :version "24.3") (defface Man-underline '((t (:inherit underline))) "Face to use when fontifying underlining." :group 'man - :version "24.2") + :version "24.3") (defface Man-reverse '((t (:inherit highlight))) "Face to use when fontifying reverse video." :group 'man - :version "24.2") + :version "24.3") (defvar Man-ansi-color-map (let ((ansi-color-faces-vector [ default Man-overstrike default Man-underline |