Skip to content
Snippets Groups Projects
Commit 9fa3dbc9 authored by ram's avatar ram
Browse files

Flush carefully-add-font-path call. If people want library:fonts/ in their

font-path, they can put it there.
parent fa502a92
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.1.1.28 1993/07/26 19:49:45 hallgren Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.1.1.29 1993/08/19 13:57:55 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -234,8 +234,6 @@ ...@@ -234,8 +234,6 @@
(display (display
(setf *editor-windowed-input* (ext:open-clx-display display)) (setf *editor-windowed-input* (ext:open-clx-display display))
(setf *editor-input* (make-windowed-editor-input)) (setf *editor-input* (make-windowed-editor-input))
(ext:carefully-add-font-paths *editor-windowed-input*
lisp-fonts-pathnames)
(setup-font-family *editor-windowed-input* (setup-font-family *editor-windowed-input*
(variable-value 'ed::default-font) (variable-value 'ed::default-font)
"8x13u" "8x13bold")) "8x13u" "8x13bold"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment