(custom-facep): Defined (once again).
This commit is contained in:
parent
16d8aee1cc
commit
ccd0d40c98
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(defalias 'custom-facep
|
||||
(if (fboundp 'facep) 'facep
|
||||
'(lambda (face) nil)))
|
||||
|
||||
;;; Declaring a face.
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue