]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/elint.el
Merge branch 'seq-let'
[gnu-emacs] / lisp / emacs-lisp / elint.el
index 136467046b4638e0c79d5ba7c2136566dafc975d..317e5a6fd3f58645e3c9f679ec43abdb28c03466 100644 (file)
@@ -374,7 +374,7 @@ Returns the forms."
        (let ((elint-current-pos (point)))
          ;; non-list check could be here too. errors may be out of seq.
          ;; quoted check cannot be elsewhere, since quotes skipped.
-         (if (looking-back "'")
+         (if (looking-back "'" (1- (point)))
              ;; Eg cust-print.el uses ' as a comment syntax.
              (elint-warning "Skipping quoted form `'%.20s...'"
                           (read (current-buffer)))