* lisp/progmodes/cperl-mode.el: Clarify comment.
This commit is contained in:
parent
228fb6f384
commit
1dd4a63140
1 changed files with 1 additions and 1 deletions
|
@ -1406,7 +1406,7 @@ the last)."
|
|||
(defvar cperl-font-locking nil)
|
||||
|
||||
;; NB as it stands the code in cperl-mode assumes this only has one
|
||||
;; element. If XEmacs 19 support were dropped, this could all be simplified.
|
||||
;; element. Since XEmacs 19 support has been dropped, this could all be simplified.
|
||||
(defvar cperl-compilation-error-regexp-alist
|
||||
;; This look like a paranoiac regexp: could anybody find a better one? (which WORKS).
|
||||
'(("^[^\n]* \\(file\\|at\\) \\([^ \t\n]+\\) [^\n]*line \\([0-9]+\\)[\\., \n]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue