diff options
| author | Stefan Monnier | 2008-05-23 20:31:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-23 20:31:12 +0000 |
| commit | a3507bd3c2cd362c0ffd7de5462e4cacf0cf9dc7 (patch) | |
| tree | d442467b6d5500630c671ae45a732e469f7f5e92 /lisp/ChangeLog | |
| parent | 9cc236e006e474dc83a90d0bb5bc5f6b99c9351e (diff) | |
| download | emacs-a3507bd3c2cd362c0ffd7de5462e4cacf0cf9dc7.tar.gz emacs-a3507bd3c2cd362c0ffd7de5462e4cacf0cf9dc7.zip | |
* textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
* textmodes/reftex.el (reftex-extra-bindings-map): New var.
(reftex-extra-bindings): Use it.
* progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
away from the user-reserved keys.
* progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix): New vars.
(ada-create-keymap): Use them.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9f20d191528..9bf42b35f2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-05-23 Paul R <paul.r.ml@gmail.com> | ||
| 2 | |||
| 3 | * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var. | ||
| 4 | * textmodes/reftex.el (reftex-extra-bindings-map): New var. | ||
| 5 | (reftex-extra-bindings): Use it. | ||
| 6 | |||
| 7 | * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings | ||
| 8 | away from the user-reserved keys. | ||
| 9 | |||
| 10 | * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix): | ||
| 11 | New vars. | ||
| 12 | (ada-create-keymap): Use them. | ||
| 13 | |||
| 1 | 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 15 | ||
| 3 | * emacs-lisp/regexp-opt.el (regexp-opt): Always return | 16 | * emacs-lisp/regexp-opt.el (regexp-opt): Always return |