aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pg-fontsets.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 09:43:51 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 09:43:51 +0000
commitab530f103fa791506393b45eb9ed6b3587ac1836 (patch)
tree3730a8399b294f505d36ef51d7ac0530a7d239dc /lib/pg-fontsets.el
parent716f8469142f61b7e9b382dad82adcd63c5cfb79 (diff)
Tidy whitespace
Diffstat (limited to 'lib/pg-fontsets.el')
-rw-r--r--lib/pg-fontsets.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/pg-fontsets.el b/lib/pg-fontsets.el
index 29fd38f8..cf170621 100644
--- a/lib/pg-fontsets.el
+++ b/lib/pg-fontsets.el
@@ -7,11 +7,11 @@
;; $Id$
;;
;;; Commentary:
-;;
+;;
;; Define some fontsets to try to select fonts that display many symbols.
;;
;; Select one of these fontsets via the menu Options -> Set Font/Fontset
-;; or, with M-x set-default-font
+;; or, with M-x set-default-font
;;
;; Recommended & free fonts to install on your system are:
;;
@@ -37,11 +37,11 @@
(dolist (size '(10 12 14 18 22))
(add-to-list 'pg-fontsets-names
(create-fontset-from-fontset-spec
- (replace-regexp-in-string
+ (replace-regexp-in-string
"%T" (car (split-string basefont))
- (replace-regexp-in-string
+ (replace-regexp-in-string
"%S" (int-to-string size)
- (replace-regexp-in-string
+ (replace-regexp-in-string
"%F" basefont
"-*-%F-*-*-*--%S-*-*-*-*-*-fontset-PG%T,
gnu-unifont:-*-%F-*-*-*--%S-*-*-*-*-*-iso10646-1"
@@ -52,17 +52,17 @@ gnu-unifont:-*-%F-*-*-*--%S-*-*-*-*-*-iso10646-1"
;mule-unicode-e000-ffff:-*-%F-medium-r-normal--%S--*-*-*-*-*-iso10646-1"
)))))))
-(defconst pg-fontsets-base-fonts
+(defconst pg-fontsets-base-fonts
'("dejavu lgc sans mono"
- "liberation mono"
+ "liberation mono"
"stixregular"
"lucidasanstypewriter"))
(defun pg-fontsets-make-fontsets ()
(setq pg-fontsets-names nil)
- (mapcar 'pg-fontsets-make-fontsetsizes
+ (mapcar 'pg-fontsets-make-fontsetsizes
pg-fontsets-base-fonts))
-; (custom-initialize-default 'pg-fontsets-default-fontset
+; (custom-initialize-default 'pg-fontsets-default-fontset
; (nth 2 pg-fontsets-names))
; (setq pg-fontsets-default-fontset (nth 2 pg-fontsets-names))
; (set-default-font pg-fontsets-default-fontset))