diff options
Diffstat (limited to 'lisp/progmodes/perl-mode.el')
-rw-r--r-- | lisp/progmodes/perl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 9b446e49b5c..ed628730fc1 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el @@ -862,7 +862,7 @@ Optional argument PARSE-START should be the position of `beginning-of-defun'." ;; ); (progn (skip-syntax-backward "(") - (condition-case err + (condition-case nil (while (save-excursion (skip-syntax-backward " ") (not (bolp))) (forward-sexp -1)) |