Mercurial > hg > xemacs-beta
diff lisp/lisp.el @ 265:8efd647ea9ca r20-5b31
Import from CVS: tag r20-5b31
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:25:37 +0200 |
parents | 41ff10fd062f |
children | 966663fcf606 |
line wrap: on
line diff
--- a/lisp/lisp.el Mon Aug 13 10:24:47 2007 +0200 +++ b/lisp/lisp.el Mon Aug 13 10:25:37 2007 +0200 @@ -63,7 +63,7 @@ (if (and (> arg 0) (looking-at "#s(")) (goto-char (+ (point) 2))) ;; XEmacs change -- don't bomb out if unbalanced sexp - (goto-char (or (scan-sexps (point) arg) (buffer-end arg))) + (goto-char (or (scan-sexps (point) arg nil t) (buffer-end arg))) (if (< arg 0) (backward-prefix-chars)) ;; XEmacs: evil hack! Skip back over #s so that structures are read ;; properly. the current cheesified syntax tables just aren't up to