aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2014-12-23 13:24:30 -0500
committerSam Steingold2014-12-23 13:24:30 -0500
commit9db3cdedae422ad8fe9012e16ac3510be15eb77c (patch)
treee7f322412a4c1ceefb61d519dacbe1553ee44753
parente55a467ec0f758c311d358ceb7d66a8a7d9482c3 (diff)
downloademacs-9db3cdedae422ad8fe9012e16ac3510be15eb77c.tar.gz
emacs-9db3cdedae422ad8fe9012e16ac3510be15eb77c.zip
fix bad merge
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b7c459697a5..0b93d7673f9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,30 @@
4 (shell): Pass it to `pop-to-buffer' instead of hard-coding 4 (shell): Pass it to `pop-to-buffer' instead of hard-coding
5 `pop-to-buffer-same-window'. 5 `pop-to-buffer-same-window'.
6 6
72014-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * progmodes/js.el (js--syntax-propertize-regexp-syntax-table): New var.
10 (js-syntax-propertize-regexp): Use it to recognize "slash in
11 a character class" (bug#19397).
12
132014-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * completion.el: Use post-self-insert-hook (bug#19400).
16 (completion-separator-self-insert-command)
17 (completion-separator-self-insert-autofilling): Remove.
18 (completion-separator-chars): New var.
19 (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
20 of changing the keymap.
21 (completion--post-self-insert): New function.
22 (dynamic-completion-mode): Use it instead of rebinding keys.
23 (cmpl--completion-string): Rename from completion-string.
24 (add-completion-to-head, delete-completion): Let-bind it explicitly.
25
262014-12-22 Bozhidar Batsov <bozhidar@batsov.com>
27
28 * progmodes/ruby-mode.el (ruby--string-region): Simplify code
29 by leveraging `syntax-ppss'.
30
72014-12-22 Artur Malabarba <bruce.connor.am@gmail.com> 312014-12-22 Artur Malabarba <bruce.connor.am@gmail.com>
8 32
9 * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'. 33 * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'.