aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-03-01 01:56:42 +0100
committerStefan Kangas2020-03-01 01:56:42 +0100
commit1dd4a6314025d86c53c169508fba56cf08e2760c (patch)
tree15884465f72de1272dc76c0023a594ba729f56c8
parent228fb6f3846de466783fb1c3bf188c816eef005b (diff)
downloademacs-1dd4a6314025d86c53c169508fba56cf08e2760c.tar.gz
emacs-1dd4a6314025d86c53c169508fba56cf08e2760c.zip
* lisp/progmodes/cperl-mode.el: Clarify comment.
-rw-r--r--lisp/progmodes/cperl-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 6f6da8e6b2e..cdbb59a5add 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -1406,7 +1406,7 @@ the last)."
1406(defvar cperl-font-locking nil) 1406(defvar cperl-font-locking nil)
1407 1407
1408;; NB as it stands the code in cperl-mode assumes this only has one 1408;; NB as it stands the code in cperl-mode assumes this only has one
1409;; element. If XEmacs 19 support were dropped, this could all be simplified. 1409;; element. Since XEmacs 19 support has been dropped, this could all be simplified.
1410(defvar cperl-compilation-error-regexp-alist 1410(defvar cperl-compilation-error-regexp-alist
1411 ;; This look like a paranoiac regexp: could anybody find a better one? (which WORKS). 1411 ;; This look like a paranoiac regexp: could anybody find a better one? (which WORKS).
1412 '(("^[^\n]* \\(file\\|at\\) \\([^ \t\n]+\\) [^\n]*line \\([0-9]+\\)[\\., \n]" 1412 '(("^[^\n]* \\(file\\|at\\) \\([^ \t\n]+\\) [^\n]*line \\([0-9]+\\)[\\., \n]"