summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2013-12-23 11:59:10 +0800
committerChong Yidong <cyd@gnu.org>2013-12-23 11:59:10 +0800
commit8cd22a0818f3ed6832d4caa1883b32bab3107b54 (patch)
tree1c0922d3bd2e3ebd1fa17f05ca847f85bf7e6391 /lisp/repeat.el
parentaec3bf9f49c8c0d0356a0e57f362bd0e23206e7d (diff)
downloademacs-8cd22a0818f3ed6832d4caa1883b32bab3107b54.tar.gz
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/repeat.el')
-rw-r--r--lisp/repeat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el
index 01defa66695..d1798f30d8c 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -278,7 +278,7 @@ recently executed command not bound to an input event\"."
(execute-kbd-macro last-repeatable-command))
(call-interactively last-repeatable-command))))
(when repeat-repeat-char
- (set-temporary-overlay-map
+ (set-transient-map
(let ((map (make-sparse-keymap)))
(define-key map (vector repeat-repeat-char)
(if (null repeat-message-function) 'repeat