diff options
Diffstat (limited to 'lisp/progmodes/js.el')
| -rw-r--r-- | lisp/progmodes/js.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 44c54a60757..a5e1d8ac023 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -849,7 +849,7 @@ macro as normal text." | |||
| 849 | (search-failed | 849 | (search-failed |
| 850 | (goto-char saved-point) | 850 | (goto-char saved-point) |
| 851 | (unless noerror | 851 | (unless noerror |
| 852 | (signal (car err) (cdr err))))))) | 852 | (signal err)))))) |
| 853 | 853 | ||
| 854 | 854 | ||
| 855 | (defun js--re-search-backward-inner (regexp &optional bound count) | 855 | (defun js--re-search-backward-inner (regexp &optional bound count) |