diff options
| author | Nicolas Richard | 2015-04-03 12:28:40 +0200 |
|---|---|---|
| committer | Nicolas Richard | 2015-04-03 13:57:42 +0200 |
| commit | 7c691f32f78303750d29972a29dcc6754fae257a (patch) | |
| tree | 8728126888969bdad883adb32a9741462a8d69eb /lisp/ChangeLog | |
| parent | 2d45a5be18ee61e23dfe6af4e23f1eda3595b22c (diff) | |
| download | emacs-7c691f32f78303750d29972a29dcc6754fae257a.tar.gz emacs-7c691f32f78303750d29972a29dcc6754fae257a.zip | |
pcmpl-ssh-known-hosts: Use `char-before' instead of `looking-back'.
Fixes: debbugs:17284
* lisp/pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead
of `looking-back'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b004a2bba96..7a4293b16ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-04-03 Nicolas Richard <theonewiththeevillook@yahoo.fr> | ||
| 2 | |||
| 3 | * pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead | ||
| 4 | of `looking-back' (bug#17284). | ||
| 5 | |||
| 1 | 2015-04-03 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2015-04-03 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * progmodes/js.el (js-indent-line): Do nothing when bol is inside | 8 | * progmodes/js.el (js-indent-line): Do nothing when bol is inside |