summaryrefslogtreecommitdiff
blob: fb383952942a3604c645d267bb742c7672153aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- htmlfontify.el~	2003-03-09 17:57:01.000000000 +0100
+++ htmlfontify.el	2007-04-12 12:48:57.000000000 +0200
@@ -70,7 +70,7 @@
 
   ;; emacs 20 compatibility:
   (if (<= 21 emacs-major-version) nil ;; already post emacs21, NOOP
-    (require 'hfy-emacs20))
+    (require 'hfy-emacs20)
 
   ;; non-x-windows emacs20 duct tape...
   ;; admittedly, we get no significant fontification here anyway
@@ -78,6 +78,7 @@
   (if window-system nil ;; NOOP
     (defun x-color-defined-p (colour &optional frame)
       (let ((window-system nil)) (if (hfy-colour-vals colour) t nil))))
+  )
 
   ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   ;; I want these - can't be bothered requiring all of cl though.