From: Daniel Colascione Date: Mon, 5 May 2014 10:59:24 +0000 (-0700) Subject: Use rx for `gnu' compile.el pattern X-Git-Tag: emacs-25.0.90~2612^2~709^2~975 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6509ba674a33136e9358902692ac3a5be1a4ef2;p=emacs.git Use rx for `gnu' compile.el pattern * progmodes/compile.el (compilation-error-regexp-alist-alist): Port `gnu' pattern to rx. --- d6509ba674a33136e9358902692ac3a5be1a4ef2 diff --cc lisp/ChangeLog index 59f41b05bd9,8ec39dc7f9a..bdf4e46e9d1 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,10 -1,8 +1,15 @@@ + 2014-05-05 Daniel Colascione + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Port `gnu' pattern to rx. + +2014-05-05 Jarek Czekalski + + Remove unneeded prompt when closing a buffer with active + emacsclient ("Buffer ... still has clients"), #16548. + * server.el (server-start): Remove the only call to: + (server-kill-buffer-query-function): Remove. + 2014-05-04 Leo Liu * calendar/diary-lib.el (calendar-chinese-month-name-array):