chiark / gitweb /
Whitespace fixing.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Dec 2008 12:09:02 +0000 (12:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 27 Dec 2008 12:10:25 +0000 (12:10 +0000)
fonts.conf
hyperspec

index 692719659b1f808d8b2b645ec11f091121c095f1..c7504cf33a767079f0f12a718f018fe6953d4936 100644 (file)
@@ -4,7 +4,7 @@
 <fontconfig>
 
   <!-- Hacking for the fixed font.
-    
+
        After many half-hearted attempts to make this work properly, I'm
        finally settling on this approach: define MiscFixed6x13 as a
        magic name for the right font, and then hack configuration files
@@ -34,7 +34,7 @@
   </match>
 
   <!-- Hacking for the symbol font.
-    
+
        This seems to be necessary to get Iceweasel/Firefox to do the
        right thing with MathML and suchlike.
     -->
@@ -46,7 +46,7 @@
   </match>
 
   <!-- KDE put this here, but it seems worthwhile.
-    
+
        Modified so as to force slight hinting rather than medium,
        because that actually seems to produce more legible characters.
     -->
index 912a83b39a516c576897cf0c514d933aac788512..9f902fe5cfb2d6f39ac94d00e4285818d4dc7767 100755 (executable)
--- a/hyperspec
+++ b/hyperspec
@@ -90,7 +90,7 @@
             (obarray (cadr lookup))
             (format (car (cddr lookup)))
             (symbol (intern-soft name obarray)))
-       (when (and symbol (boundp symbol))
+       (when (and symbol (boundp symbol))
          (setq urls (nconc urls
                            (funcall format (symbol-value symbol)))))))
     urls))