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 6927196..c7504cf 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 912a83b..9f902fe 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))