diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-02 23:21:56 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-02 23:21:56 -0800 |
commit | befe199d3a32075dd341b5708138385b3ecdfd8f (patch) | |
tree | 923e9038c0837ef0857be87bdc0f134fda944e6e /lisp/ps-bdf.el | |
parent | 8a0709ff5d034b5667afcc0233be1f089676affc (diff) | |
download | emacs-befe199d3a32075dd341b5708138385b3ecdfd8f.tar.gz |
`require' is automatically `eval-and-compile'd.
* hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
`require' is automatically `eval-and-compile'd.
Diffstat (limited to 'lisp/ps-bdf.el')
-rw-r--r-- | lisp/ps-bdf.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 608b266df8d..14aee8c3ecf 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el @@ -5,7 +5,6 @@ ;; 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H14PRO021 - ;; Copyright (C) 2003 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 @@ -37,8 +36,7 @@ ;;; Code: -(eval-and-compile - (require 'ps-mule)) +(require 'ps-mule) ;;;###autoload (defcustom bdf-directory-list |