diff options
| -rw-r--r-- | lisp/ps-def.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ps-def.el b/lisp/ps-def.el index 30453f87463..72a8bbf3e23 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el | |||
| @@ -31,6 +31,15 @@ | |||
| 31 | 31 | ||
| 32 | ;;; Code: | 32 | ;;; Code: |
| 33 | 33 | ||
| 34 | (eval-and-compile | ||
| 35 | (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) | ||
| 36 | |||
| 37 | (declare-function ps-plot-with-face "ps-print" (from to face)) | ||
| 38 | (declare-function ps-plot-string "ps-print" (string)) | ||
| 39 | |||
| 40 | (defvar ps-bold-faces) ; in ps-print.el | ||
| 41 | (defvar ps-italic-faces) | ||
| 42 | |||
| 34 | 43 | ||
| 35 | 44 | ||
| 36 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 45 | ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |