emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112490: * progmodes/octave.el (octav


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112490: * progmodes/octave.el (octave-smie-forward-token): Fix typo.
Date: Tue, 07 May 2013 12:53:31 +0800
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112490
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Tue 2013-05-07 12:53:31 +0800
message:
  * progmodes/octave.el (octave-smie-forward-token): Fix typo.
modified:
  lisp/progmodes/octave.el
=== modified file 'lisp/progmodes/octave.el'
--- a/lisp/progmodes/octave.el  2013-05-07 04:05:43 +0000
+++ b/lisp/progmodes/octave.el  2013-05-07 04:53:31 +0000
@@ -373,7 +373,7 @@
    ((and (looking-at "[%#\n]")
          (not (or (save-excursion (skip-chars-backward " \t")
                                   ;; Only add implicit ; when needed.
-                                  (or (bolp) (eq (char-before ?\;))))
+                                  (or (bolp) (eq (char-before) ?\;)))
                   ;; Ignore it if it's within parentheses.
                   (let ((ppss (syntax-ppss)))
                     (and (nth 1 ppss)


reply via email to

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