]> git.eshelyaron.com Git - emacs.git/commitdiff
(bdf-directory-list): Initialize it to '("/usr/local/share/emacs/fonts/bdf").
authorKenichi Handa <handa@m17n.org>
Sat, 27 Feb 1999 02:14:10 +0000 (02:14 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 27 Feb 1999 02:14:10 +0000 (02:14 +0000)
lisp/ps-bdf.el

index 93e716c0ee5af087eca457d4164d177f59e96174..af6d2a95151d3b73b222936492545de9eef630a6 100644 (file)
@@ -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.