forked from pool/emacs
29 lines
1.4 KiB
Diff
29 lines
1.4 KiB
Diff
--- lisp/ldefs-boot.el
|
|
+++ lisp/ldefs-boot.el 2012-06-26 16:26:01.900010474 +0000
|
|
@@ -21658,9 +21658,9 @@ With prefix argument ARG, restart the Pr
|
|
;;;;;; 18685 911514 0))
|
|
;;; Generated autoloads from ps-bdf.el
|
|
|
|
-(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/local/share/emacs/fonts/bdf")) "\
|
|
+(defvar bdf-directory-list (if (memq system-type '(ms-dos windows-nt)) (list (expand-file-name "fonts/bdf" installation-directory)) '("/usr/share/fonts/bdf")) "\
|
|
List of directories to search for `BDF' font files.
|
|
-The default value is '(\"/usr/local/share/emacs/fonts/bdf\").")
|
|
+The default value is '(\"/usr/share/fonts/bdf\").")
|
|
|
|
(custom-autoload 'bdf-directory-list "ps-bdf" t)
|
|
|
|
--- lisp/ps-bdf.el
|
|
+++ lisp/ps-bdf.el 2009-08-10 16:21:47.000000000 +0000
|
|
@@ -42,9 +42,9 @@
|
|
(defcustom bdf-directory-list
|
|
(if (memq system-type '(ms-dos windows-nt))
|
|
(list (expand-file-name "fonts/bdf" installation-directory))
|
|
- '("/usr/local/share/emacs/fonts/bdf"))
|
|
+ '("/usr/share/fonts/bdf"))
|
|
"List of directories to search for `BDF' font files.
|
|
-The default value is '(\"/usr/local/share/emacs/fonts/bdf\")."
|
|
+The default value is '(\"/usr/share/fonts/bdf\")."
|
|
:type '(repeat :tag "BDF font directory list"
|
|
(directory :tag "BDF font directory"))
|
|
:group 'ps-print-miscellany)
|