diff options
| -rw-r--r-- | lisp/cus-face.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 1d986d42ea7..8b9ed38641c 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el | |||
| @@ -30,6 +30,10 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Code: | 31 | ;;; Code: |
| 32 | 32 | ||
| 33 | (defalias 'custom-facep | ||
| 34 | (if (fboundp 'facep) 'facep | ||
| 35 | '(lambda (face) nil))) | ||
| 36 | |||
| 33 | ;;; Declaring a face. | 37 | ;;; Declaring a face. |
| 34 | 38 | ||
| 35 | ;;;###autoload | 39 | ;;;###autoload |