diff options
Diffstat (limited to 'lisp/ps-bdf.el')
-rw-r--r-- | lisp/ps-bdf.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 615f98b950b..568baf38afd 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el @@ -38,11 +38,7 @@ ;;; Code: (eval-and-compile - (require 'ps-mule) - - ;; to avoid XEmacs compilation gripes - (defvar installation-directory nil) - (defvar coding-system-for-read nil)) + (require 'ps-mule)) ;;;###autoload (defvar bdf-directory-list |