From: Richard M. Stallman Date: Sun, 4 Mar 2007 17:53:41 +0000 (+0000) Subject: (cperl-mode): Modify cperl-compilation-error-regexp-alist by appending. X-Git-Tag: emacs-pretest-22.0.96~284 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=107159602ce83adbbe9922003b7aea133f9cb480;p=emacs.git (cperl-mode): Modify cperl-compilation-error-regexp-alist by appending. --- diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 29f4cc372d3..0b8287503f8 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -1795,8 +1795,8 @@ or as help on variables `cperl-tips', `cperl-problems', ((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