mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Reword :reverse-video warning
* lisp/emacs-lisp/bytecomp.el (bytecomp--check-cus-face-spec): * test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-test-defface-spec): Clarify. (See bug#73552.)
This commit is contained in:
parent
0c28a1b0fa
commit
4003d5f126
2 changed files with 2 additions and 2 deletions
|
|
@ -5406,7 +5406,7 @@ FORM is used to provide location, `bytecomp--cus-function' and
|
|||
((eq attr :reverse-video)
|
||||
(bytecomp--cus-warn
|
||||
(list atts sp spec)
|
||||
(concat "Face attribute `:reverse-video' is obsolete;"
|
||||
(concat "Face attribute `:reverse-video' has been removed;"
|
||||
" use `:inverse-video' instead")))
|
||||
(t
|
||||
(bytecomp--cus-warn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue