Mercurial > emacs
comparison lisp/ChangeLog @ 69872:f60a24914ee2
(byte-compile-form): Only call cl-byte-compile-compiler-macro if it exists.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 08 Apr 2006 14:56:21 +0000 |
parents | 7b92b9902ae2 |
children | 0aaad160d264 65ca8fb66a0d |
comparison
equal
deleted
inserted
replaced
69871:8a7ecbca8672 | 69872:f60a24914ee2 |
---|---|
1 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call | |
4 cl-byte-compile-compiler-macro unless it exists. | |
5 | |
1 2006-04-08 Eli Zaretskii <eliz@gnu.org> | 6 2006-04-08 Eli Zaretskii <eliz@gnu.org> |
2 | 7 |
3 * files.el (hack-local-variables-confirm) <offer-save>: Clarify | 8 * files.el (hack-local-variables-confirm) <offer-save>: |
4 message text. Suggested by Ralf Angeli. | 9 Clarify message text. Suggested by Ralf Angeli. |
5 | 10 |
6 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change) | 11 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change) |
7 | 12 |
8 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. | 13 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. |
9 (delete-extract-rectangle-line): Use `filter-buffer-substring' | 14 (delete-extract-rectangle-line): Use `filter-buffer-substring' |
386 | 391 |
387 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom. | 392 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom. |
388 (cua--init-keymaps): Use it instead of fixed C-return. | 393 (cua--init-keymaps): Use it instead of fixed C-return. |
389 (cua-mode): Set after it. | 394 (cua-mode): Set after it. |
390 | 395 |
391 * emulation/cua-rect.el (cua--init-rectangles): Use | 396 * emulation/cua-rect.el (cua--init-rectangles): |
392 cua-rectangle-mark-key instead of fixed C-return. | 397 Use cua-rectangle-mark-key instead of fixed C-return. |
393 | 398 |
394 2006-03-25 Nick Roberts <nickrob@snap.net.nz> | 399 2006-03-25 Nick Roberts <nickrob@snap.net.nz> |
395 | 400 |
396 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of | 401 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of |
397 "run" in .gdbinit. | 402 "run" in .gdbinit. |
423 2006-03-24 Nick Roberts <nickrob@snap.net.nz> | 428 2006-03-24 Nick Roberts <nickrob@snap.net.nz> |
424 | 429 |
425 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to | 430 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to |
426 prevent compiler warnings. | 431 prevent compiler warnings. |
427 (gdb-stopped): Check for gud-last-last-frame (case: signal). | 432 (gdb-stopped): Check for gud-last-last-frame (case: signal). |
428 (breakpoint-disabled): Make lighter for contrast with overlay | 433 (breakpoint-disabled): Make lighter for contrast with overlay arrow. |
429 arrow. | |
430 (gdb-assembler-custom): Use hollow-right-triangle for assembler | 434 (gdb-assembler-custom): Use hollow-right-triangle for assembler |
431 buffer too. | 435 buffer too. |
432 | 436 |
433 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc> | 437 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc> |
434 | 438 |