diff options
| author | Sam Steingold | 2014-12-23 13:24:30 -0500 |
|---|---|---|
| committer | Sam Steingold | 2014-12-23 13:24:30 -0500 |
| commit | 9db3cdedae422ad8fe9012e16ac3510be15eb77c (patch) | |
| tree | e7f322412a4c1ceefb61d519dacbe1553ee44753 | |
| parent | e55a467ec0f758c311d358ceb7d66a8a7d9482c3 (diff) | |
| download | emacs-9db3cdedae422ad8fe9012e16ac3510be15eb77c.tar.gz emacs-9db3cdedae422ad8fe9012e16ac3510be15eb77c.zip | |
fix bad merge
| -rw-r--r-- | lisp/ChangeLog | 24 |
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 | ||
| 7 | 2014-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 | |||
| 13 | 2014-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 | |||
| 26 | 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com> | ||
| 27 | |||
| 28 | * progmodes/ruby-mode.el (ruby--string-region): Simplify code | ||
| 29 | by leveraging `syntax-ppss'. | ||
| 30 | |||
| 7 | 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com> | 31 | 2014-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'. |