emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101126: * smie.el (smie-forward-sexp


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101126: * smie.el (smie-forward-sexp-command): Fix typo.
Date: Wed, 18 Aug 2010 14:03:57 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101126
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Wed 2010-08-18 14:03:57 +0200
message:
  * smie.el (smie-forward-sexp-command): Fix typo.
modified:
  lisp/emacs-lisp/smie.el
=== modified file 'lisp/emacs-lisp/smie.el'
--- a/lisp/emacs-lisp/smie.el   2010-08-18 10:57:48 +0000
+++ b/lisp/emacs-lisp/smie.el   2010-08-18 12:03:57 +0000
@@ -505,7 +505,7 @@
             (res (if forw
                      (smie-forward-sexp 'halfsexp)
                    (smie-backward-sexp 'halfsexp))))
-        (if (and (car res) (= pos (point)) (not (if forw (eolp) (bobp))))
+        (if (and (car res) (= pos (point)) (not (if forw (eobp) (bobp))))
               (signal 'scan-error
                       (list "Containing expression ends prematurely"
                             (cadr res) (cadr res)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]