mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(declare-function): Add compatibility definition.
(ps-plot-with-face, ps-plot-string): Declare as functions. (ps-bold-faces, ps-italic-faces): Declare variables.
This commit is contained in:
parent
4836694e55
commit
f6bcd65fa5
1 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,15 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-and-compile
|
||||
(unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
|
||||
|
||||
(declare-function ps-plot-with-face "ps-print" (from to face))
|
||||
(declare-function ps-plot-string "ps-print" (string))
|
||||
|
||||
(defvar ps-bold-faces) ; in ps-print.el
|
||||
(defvar ps-italic-faces)
|
||||
|
||||
|
||||
|
||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue