Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1b3172da
Commit
1b3172da
authored
Feb 27, 1999
by
Kenichi Handa
Browse files
(bdf-directory-list): Initialize it to '("/usr/local/share/emacs/fonts/bdf").
parent
d36275d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/ps-bdf.el
lisp/ps-bdf.el
+4
-4
No files found.
lisp/ps-bdf.el
View file @
1b3172da
...
...
@@ -5,7 +5,7 @@
;; Keywords: BDF, font, PostScript
;; Maintainer: Kenichi Handa <handa@etl.go.jp>
;; Time-stamp: <9
8/11
/2
6
1
5:09:23
kenichi>
;; Time-stamp: <9
9/02
/2
7
1
1: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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment