* progmodes/octave.el (octave-smie-forward-token): Fix typo.
This commit is contained in:
parent
ceb57e5997
commit
150194c32f
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ Non-nil means always go to the next Octave code line after sending."
|
|||
((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)
|
||||
|
|
Loading…
Add table
Reference in a new issue