Mark face aliases with "-face" suffix as obsolete.
[bpt/emacs.git] / lisp / progmodes / make-mode.el
index cff6ec2..7eb3df1 100644 (file)
     (t (:reverse-video t)))
   "Face to use for highlighting leading spaces in Font-Lock mode."
   :group 'makefile)
-(put 'makefile-space-face 'face-alias 'makefile-space)
+(define-obsolete-face-alias 'makefile-space-face 'makefile-space "22.1")
 
 (defface makefile-targets
   ;; This needs to go along both with foreground and background colors (i.e. shell)