From f229f41e752586f21d2bfd2fa51bc6d57c4fbaff Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 24 Apr 2012 13:50:49 +0200 Subject: emacs.d/lisp/delphi-mode-ench: require cl to be able to use pushnew it cl is not required before, we need it here --- emacs.d/lisp/delphi-mode-ench.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.d/lisp/delphi-mode-ench.el b/emacs.d/lisp/delphi-mode-ench.el index fcbb3ae..2427362 100644 --- a/emacs.d/lisp/delphi-mode-ench.el +++ b/emacs.d/lisp/delphi-mode-ench.el @@ -1,5 +1,7 @@ ;;; delphi-mode-ench.el (require 'compile) +(require 'cl) + (pushnew '("^\\([-a-zA-Z0-9\\.\\/_~]+\\)(\\([0-9]+\\),\\([0-9]+\\))\s\\([Ff]atal:\\|[Nn]ote:\\|[Ww]arning:\\|[Ee]rror:\\)\s\\(.*$\\)" 1 2 3) compilation-error-regexp-alist) -- cgit v1.2.3