Changeset 4111 for trunk/lisp/emacs-lisp/easy-mmode.el
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/emacs-lisp/easy-mmode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emacs-lisp/easy-mmode.el
r4079 r4111 102 102 used (see below). 103 103 104 BODY contains code t hat will be executed each time the mode is (dis)activated.105 It will be executed after any toggling but before running the hook variable106 `mode-HOOK'.104 BODY contains code to execute each time the mode is activated or deactivated. 105 It is executed after toggling the mode, 106 and before running the hook variable `mode-HOOK'. 107 107 Before the actual body code, you can write keyword arguments (alternating 108 108 keywords and values). These following keyword arguments are supported (other
