diff options
author | Kenichi Handa <handa@m17n.org> | 1999-02-27 02:14:10 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1999-02-27 02:14:10 +0000 |
commit | 5194b311fea57998ee8d7463dcf821d372916e54 (patch) | |
tree | 1081fb9a8a6afc3b4573c23b4f1964fcc140c3ff /lisp/ps-bdf.el | |
parent | f2af1c413496647f550a8f00f326a40d8901220c (diff) | |
download | emacs-5194b311fea57998ee8d7463dcf821d372916e54.tar.gz |
(bdf-directory-list): Initialize it to '("/usr/local/share/emacs/fonts/bdf").
Diffstat (limited to 'lisp/ps-bdf.el')
-rw-r--r-- | lisp/ps-bdf.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index 93e716c0ee5..af6d2a95151 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el @@ -5,7 +5,7 @@ ;; Keywords: BDF, font, PostScript ;; Maintainer: Kenichi Handa <handa@etl.go.jp> -;; Time-stamp: <98/11/26 15:09:23 kenichi> +;; Time-stamp: <99/02/27 11:14:07 kenichi> ;; This file is part of GNU Emacs. @@ -34,9 +34,9 @@ (eval-when-compile (require 'ps-mule)) ;;;###autoload -(defvar bdf-directory-list - nil - "*List of directories to search for `BDF' font files.") +(defvar bdf-directory-list '("/usr/local/share/emacs/fonts/bdf") + "*List of directories to search for `BDF' font files. +The default value is '("/usr/local/share/emacs/fonts/bdf").") (defun bdf-expand-file-name (bdfname) "Return an abosolute path name of a `BDF' font file BDFNAME. |