diff options
author | Chong Yidong <cyd@gnu.org> | 2013-12-23 11:59:10 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2013-12-23 11:59:10 +0800 |
commit | 8cd22a0818f3ed6832d4caa1883b32bab3107b54 (patch) | |
tree | 1c0922d3bd2e3ebd1fa17f05ca847f85bf7e6391 /lisp/org/ChangeLog | |
parent | aec3bf9f49c8c0d0356a0e57f362bd0e23206e7d (diff) | |
download | emacs-8cd22a0818f3ed6832d4caa1883b32bab3107b54.tar.gz emacs-8cd22a0818f3ed6832d4caa1883b32bab3107b54.tar.bz2 emacs-8cd22a0818f3ed6832d4caa1883b32bab3107b54.zip |
Rename set-temporary-overlay-map -> set-transient-map
* lisp/subr.el (set-transient-map): Rename from
set-temporary-overlay-map. Doc fix.
* lisp/face-remap.el (text-scale-adjust):
* lisp/indent.el (indent-rigidly):
* lisp/kmacro.el (kmacro-call-macro):
* lisp/minibuffer.el (minibuffer-force-complete):
* lisp/repeat.el (repeat):
* lisp/simple.el (universal-argument--mode):
* lisp/calendar/todo-mode.el (todo-insert-item--next-param):
* lisp/progmodes/f90.el (f90-abbrev-start): Callers changed.
* lisp/org/org.el (orgstruct-make-binding): Call set-transient-map
instead of old name set-temporary-overlay-map.
* doc/lispref/keymaps.texi (Controlling Active Maps): Renamed
set-temporary-overlay-map to set-transient map. Doc fixes.
(Searching Keymaps): The transient keymap takes precedence.
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r-- | lisp/org/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index fa9dc824c99..a3f8e358617 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -1,3 +1,8 @@ +2013-12-23 Chong Yidong <cyd@gnu.org> + + * org.el (orgstruct-make-binding): Call set-transient-map instead + of old name set-temporary-overlay-map. + 2013-12-06 Achim Gratz <Stromeko@Stromeko.DE> * org-crypt.el: Declare `epg-context´. |