Mercurial > emacs
comparison lisp/ChangeLog @ 112417:a2432c16dc9f
compile.el fix for bug#7812
* lisp/progmodes/compile.el (compilation-error-regexp-alist):
Fix custom type.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 20 Jan 2011 21:04:45 -0800 |
parents | 32f10f475431 |
children | 106bf56d370e |
comparison
equal
deleted
inserted
replaced
112346:a3e090c3eecb | 112417:a2432c16dc9f |
---|---|
1 2011-01-21 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * progmodes/compile.el (compilation-error-regexp-alist): | |
4 Fix custom type. (Bug#7812) | |
5 | |
1 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2011-01-17 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the | 8 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the |
4 keymap expression. Improve docstring. | 9 keymap expression. Improve docstring. |
5 | 10 |
12485 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12490 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12486 GNU General Public License for more details. | 12491 GNU General Public License for more details. |
12487 | 12492 |
12488 You should have received a copy of the GNU General Public License | 12493 You should have received a copy of the GNU General Public License |
12489 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 12494 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
12490 |