aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-12-22 12:35:29 -0500
committerStefan Monnier2014-12-22 12:35:29 -0500
commitb366b3bbf5ce0f6b47afec2eff0f7d27291e9a6f (patch)
tree6922917248792d0fc8d2b35c2078948eb6d1682a /lisp/ChangeLog
parentfafba80d7353f4ab5c359df75798f8130599371a (diff)
downloademacs-b366b3bbf5ce0f6b47afec2eff0f7d27291e9a6f.tar.gz
emacs-b366b3bbf5ce0f6b47afec2eff0f7d27291e9a6f.zip
* lisp/completion.el: Use post-self-insert-hook.
Fixes: debbugs:19400 (completion-separator-self-insert-command) (completion-separator-self-insert-autofilling): Remove. (completion-separator-chars): New var. (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead of changing the keymap. (completion--post-self-insert): New function. (dynamic-completion-mode): Use it instead of rebinding keys. (cmpl--completion-string): Rename from completion-string. (add-completion-to-head, delete-completion): Let-bind it explicitly.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 484ac1afada..d8bb1c89f1f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12014-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * completion.el: Use post-self-insert-hook (bug#19400).
4 (completion-separator-self-insert-command)
5 (completion-separator-self-insert-autofilling): Remove.
6 (completion-separator-chars): New var.
7 (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
8 of changing the keymap.
9 (completion--post-self-insert): New function.
10 (dynamic-completion-mode): Use it instead of rebinding keys.
11 (cmpl--completion-string): Rename from completion-string.
12 (add-completion-to-head, delete-completion): Let-bind it explicitly.
13
12014-12-22 Bozhidar Batsov <bozhidar@batsov.com> 142014-12-22 Bozhidar Batsov <bozhidar@batsov.com>
2 15
3 * progmodes/ruby-mode.el (ruby--string-region): Simplify code 16 * progmodes/ruby-mode.el (ruby--string-region): Simplify code