# HG changeset patch # User Richard M. Stallman # Date 1173030821 0 # Node ID 08cc2843c940b539e6cb99e0f97b8e19c6fa0f19 # Parent 872a30c0f872c7e50908c64ffe78d2a0eff167f4 (cperl-mode): Modify cperl-compilation-error-regexp-alist by appending. diff -r 872a30c0f872 -r 08cc2843c940 lisp/progmodes/cperl-mode.el --- a/lisp/progmodes/cperl-mode.el Sun Mar 04 17:53:03 2007 +0000 +++ b/lisp/progmodes/cperl-mode.el Sun Mar 04 17:53:41 2007 +0000 @@ -1795,8 +1795,8 @@ ((boundp 'compilation-error-regexp-alist);; xmeacs 19.x (make-local-variable 'compilation-error-regexp-alist) (set 'compilation-error-regexp-alist - (cons cperl-compilation-error-regexp-alist - (symbol-value 'compilation-error-regexp-alist))))) + (append cperl-compilation-error-regexp-alist + (symbol-value 'compilation-error-regexp-alist))))) (make-local-variable 'font-lock-defaults) (setq font-lock-defaults (cond