Hack for non-optimize.
authorbg66 <bg66>
Thu, 8 Aug 2002 07:38:22 +0000 (07:38 +0000)
committerbg66 <bg66>
Thu, 8 Aug 2002 07:38:22 +0000 (07:38 +0000)
lsdb.el

diff --git a/lsdb.el b/lsdb.el
index d6aa072..330648b 100644 (file)
--- a/lsdb.el
+++ b/lsdb.el
@@ -355,11 +355,11 @@ This is the current number of slots in HASH-TABLE, whether occupied or not."
 
 (eval-and-compile
   (condition-case nil
-      (progn
-       ;; In XEmacs, hash tables can also be created by the lisp reader
-       ;; using structure syntax.
-       (read-from-string "#s(hash-table)")
-       (defalias 'lsdb-read 'read))
+      (and
+       ;; In XEmacs, hash tables can also be created by the lisp reader
+       ;; using structure syntax.
+       (read-from-string "#s(hash-table)")
+       (defalias 'lsdb-read 'read))
     (invalid-read-syntax
      (defun lsdb-read (&optional marker)
        "Read one Lisp expression as text from MARKER, return as Lisp object."