Mercurial > emacs
comparison lisp/ChangeLog @ 82192:5800574abbcb
(ad-interactive-form): Re-introduce.
(ad-body-forms, ad-advised-interactive-form): Revert this part of last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 28 Jul 2007 19:57:23 +0000 |
parents | b8ea0870f6de |
children | 6037be8575c3 |
comparison
equal
deleted
inserted
replaced
82191:b8ea0870f6de | 82192:5800574abbcb |
---|---|
1 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce. | |
4 (ad-body-forms, ad-advised-interactive-form): Revert this part of | |
5 last change. | |
6 | |
1 2007-07-28 Masatake YAMATO <jet@gyve.org> | 7 2007-07-28 Masatake YAMATO <jet@gyve.org> |
2 | 8 |
3 * vc.el (vc-dired-mode): Added a menu for VC related | 9 * vc.el (vc-dired-mode): Add a menu for VC related operation. |
4 operation. Use backend name as the menu label Suggested by | 10 Use backend name as the menu label Suggested by David Kastrup. |
5 David Kastrup. | |
6 | 11 |
7 2007-07-28 Alan Mackenzie <acm@muc.de> | 12 2007-07-28 Alan Mackenzie <acm@muc.de> |
8 | 13 |
9 Fix problem with modes derived from CC Mode: | 14 Fix problem with modes derived from CC Mode: |
10 * progmodes/cc-mode.el (c-make-emacs-variables-local): move this | 15 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this |
11 macro to cc-langs. | 16 macro to cc-langs. |
12 (c-init-language-vars-for): remove call to above macro. | 17 (c-init-language-vars-for): Remove call to above macro. |
13 * progmodes/cc-langs.el (c-make-emacs-variables-local): macro has | 18 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has |
14 been moved to here. | 19 been moved to here. |
15 (c-make-init-lang-vars-fun): call c-make-emacs-variables-local. | 20 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local. |
16 | 21 |
17 2007-07-28 Eli Zaretskii <eliz@gnu.org> | 22 2007-07-28 Eli Zaretskii <eliz@gnu.org> |
18 | 23 |
19 * net/trampver.el: Fix the `coding' cookie. | 24 * net/trampver.el: Fix the `coding' cookie. |
20 | 25 |