From: Lars Ingebrigtsen Date: Sat, 20 Nov 2021 09:20:43 +0000 (+0100) Subject: Fix another narrow-to-defun problem in js-mode X-Git-Tag: emacs-29.0.90~2852^2~172 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc99604c7ac2c6673615d0ecac4d233bf6a4ff16;p=emacs.git Fix another narrow-to-defun problem in js-mode * lisp/progmodes/js.el (js--function-prologue-beginning): Fix typo in looking-back form (bug#51926). --- diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index e5e83beff6c..9303f1ecb91 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -1247,7 +1247,7 @@ LIMIT defaults to point." (save-excursion (goto-char orig-match-start) (when (looking-back "\\_[ \t\n]+" - (- (point) 3)) + (- (point) 30)) (setq orig-match-start (match-beginning 0)))) (make-js--pitem :paren-depth orig-depth