changeset 24416:3d446442b6a0

(bdf-directory-list): Initialize it to '("/usr/local/share/emacs/fonts/bdf").
author Kenichi Handa <handa@m17n.org>
date Sat, 27 Feb 1999 02:14:10 +0000
parents 48003e436759
children 8a8615132482
files lisp/ps-bdf.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-bdf.el	Sat Feb 27 01:38:11 1999 +0000
+++ b/lisp/ps-bdf.el	Sat Feb 27 02:14:10 1999 +0000
@@ -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.