Small typo that breaks compilation but not parsing.
Daniel
Index: bbdb-gui.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-gui.el,v
retrieving revision 1.1
diff -u -u -p -r1.1 bbdb-gui.el
--- bbdb-gui.el 2001/02/19 00:02:27 1.1
+++ bbdb-gui.el 2001/02/19 01:13:31
@@ -247,7 +247,7 @@ as of GNU Emacs 20.7"
(set-glyph-face g 'vm-xface))
(bbdb-set-extent-property extent 'vm-xface t)
(bbdb-set-extent-begin-glyph extent g))
- error nil)) ;; looks like you don't have xface support, d00d
+ (error nil))) ;; looks like you don't have xface support, d00d
;; requires lemacs 19.10 version of highlight-headers.el
((fboundp 'highlight-headers-x-face) ; the 19.10 way
--
In protocol design, perfection has been reached not when there is nothing left
to add, but when there is nothing left to take away.
-- RFC 1925