comparison lisp/ps-bdf.el @ 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 dd3bd06af523
children 2428731823fd
comparison
equal deleted inserted replaced
24415:48003e436759 24416:3d446442b6a0
3 ;; Copyright (C) 1998 Electrotechnical Laboratory, JAPAN. 3 ;; Copyright (C) 1998 Electrotechnical Laboratory, JAPAN.
4 ;; Licensed to the Free Software Foundation. 4 ;; Licensed to the Free Software Foundation.
5 5
6 ;; Keywords: BDF, font, PostScript 6 ;; Keywords: BDF, font, PostScript
7 ;; Maintainer: Kenichi Handa <handa@etl.go.jp> 7 ;; Maintainer: Kenichi Handa <handa@etl.go.jp>
8 ;; Time-stamp: <98/11/26 15:09:23 kenichi> 8 ;; Time-stamp: <99/02/27 11:14:07 kenichi>
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
32 ;;; Code: 32 ;;; Code:
33 33
34 (eval-when-compile (require 'ps-mule)) 34 (eval-when-compile (require 'ps-mule))
35 35
36 ;;;###autoload 36 ;;;###autoload
37 (defvar bdf-directory-list 37 (defvar bdf-directory-list '("/usr/local/share/emacs/fonts/bdf")
38 nil 38 "*List of directories to search for `BDF' font files.
39 "*List of directories to search for `BDF' font files.") 39 The default value is '("/usr/local/share/emacs/fonts/bdf").")
40 40
41 (defun bdf-expand-file-name (bdfname) 41 (defun bdf-expand-file-name (bdfname)
42 "Return an abosolute path name of a `BDF' font file BDFNAME. 42 "Return an abosolute path name of a `BDF' font file BDFNAME.
43 It searches directories listed in the variable `bdf-directory-list' 43 It searches directories listed in the variable `bdf-directory-list'
44 for BDFNAME." 44 for BDFNAME."