]> code.delx.au - gnu-emacs-elpa/blobdiff - sml-move.el
* sml-proc.el (sml-error-regexp-alist): solved the pathological
[gnu-emacs-elpa] / sml-move.el
index 70eed8958a6c67388fa2375b916d1c5fa2ee0642..9562f0fcbd41ff9156371a9c4ed22c06347fdb3f 100644 (file)
@@ -250,7 +250,8 @@ Returns T if the move indeed moved through one sexp and NIL if not."
     (sml-forward-spaces)
     (let* ((point (point))
           (op (sml-forward-sym))
-          (op-prec (sml-op-prec op 'forw)))
+          (op-prec (sml-op-prec op 'forw))
+          match)
       (cond
        ((not op)
        (let ((point (point)))