* lisp/emacs-lisp/smie.el (smie-auto-fill): Fix bug#19342
This commit is contained in:
parent
1cda7cfb39
commit
7deaa2e36b
1 changed files with 3 additions and 1 deletions
|
@ -1846,7 +1846,9 @@ to which that point should be aligned, if we were to reindent it.")
|
|||
(move-to-column fc)
|
||||
(syntax-ppss))))
|
||||
(while
|
||||
(and (with-demoted-errors "SMIE Error: %S"
|
||||
;; We silence the error completely since errors are "normal" in
|
||||
;; some cases and an error message would be annoying (bug#19342).
|
||||
(and (ignore-error scan-error
|
||||
(save-excursion
|
||||
(let ((end (point))
|
||||
(bsf nil) ;Best-so-far.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue