diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-01-26 02:30:28 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2007-01-26 02:30:28 +0000 |
commit | c97a3f22ed5841f1c8bcdbb80df2bd49635c6a56 (patch) | |
tree | 58dc384c3b980f45c7a8c839a0ef74bb37b28758 /lisp/ps-bdf.el | |
parent | 830f437ef1cf048448706d9d935dfbf8823dea86 (diff) | |
download | emacs-c97a3f22ed5841f1c8bcdbb80df2bd49635c6a56.tar.gz |
Split XEmacs/Emacs definitions and sample setup code into separate files
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 |