Skip to content

Commit

Permalink
Fix parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Henoch committed Nov 15, 2007
1 parent 970822d commit de787b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/w3-display.el
@@ -1,6 +1,6 @@
;;; w3-display.el --- W3 display engine
;; Author: William M. Perry <wmperry@cs.indiana.edu>
;; Version: $Revision: 1.48 $
;; Version: $Revision: 1.49 $
;; Keywords: faces, help, hypermedia

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down Expand Up @@ -604,7 +604,7 @@ If the face already exists, it is unmodified."
`(progn
(push (cons tag args) w3-display-open-element-stack)
(push content content-stack)
(setq content (nth 2 ,node)))))
(setq content (nth 2 ,node))))

(defmacro w3-display-handle-list-type ()
`(add-text-properties
Expand Down Expand Up @@ -740,7 +740,7 @@ If the face already exists, it is unmodified."
(otherwise ; Assume 'inline' rendering as default
nil))
)
)
)


;; <link> handling
Expand Down

0 comments on commit de787b9

Please sign in to comment.