diff options
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 2bdc45bfa50..777322dc82c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-09-19 Dmitry Gutov <dgutov@yandex.ru> | 1 | 2014-09-19 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 2 | ||
| 3 | * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate | ||
| 4 | `table-etc' when `end' is non-nil. | ||
| 5 | |||
| 6 | 2014-09-19 Dmitry Gutov <dgutov@yandex.ru> | ||
| 7 | |||
| 3 | * emacs-lisp/lisp.el (lisp--expect-function-p) | 8 | * emacs-lisp/lisp.el (lisp--expect-function-p) |
| 4 | (lisp--form-quoted-p): New functions. | 9 | (lisp--form-quoted-p): New functions. |
| 5 | (lisp-completion-at-point): Use them to see if we're completing a | 10 | (lisp-completion-at-point): Use them to see if we're completing a |