diff options
| author | Dmitry Gutov | 2014-09-19 07:10:29 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2014-09-19 07:10:29 +0400 |
| commit | 48453e00a39cf10f77183e7cd19546c1d43ab1f4 (patch) | |
| tree | 9fffeda11d963f13ab4cdbf01b98d77fd0d0336b /lisp/ChangeLog | |
| parent | 212b4d631b7604f5e9000de467b1001084a2751f (diff) | |
| download | emacs-48453e00a39cf10f77183e7cd19546c1d43ab1f4.tar.gz emacs-48453e00a39cf10f77183e7cd19546c1d43ab1f4.zip | |
Make lisp-completion-at-point more discerning
* lisp/emacs-lisp/lisp.el (lisp--expect-function-p)
(lisp--form-quoted-p): New functions.
(lisp-completion-at-point): Use them to see if we're completing a
variable reference, a function name, or just any symbol.
http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6f5e70ab6cb..2bdc45bfa50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-09-19 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp.el (lisp--expect-function-p) | ||
| 4 | (lisp--form-quoted-p): New functions. | ||
| 5 | (lisp-completion-at-point): Use them to see if we're completing a | ||
| 6 | variable reference, a function name, or just any symbol. | ||
| 7 | http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html | ||
| 8 | |||
| 1 | 2014-09-18 Ivan Kanis <ivan@kanis.fr> | 9 | 2014-09-18 Ivan Kanis <ivan@kanis.fr> |
| 2 | 10 | ||
| 3 | * net/shr.el, net/eww.el: Don't override `shr-width', but | 11 | * net/shr.el, net/eww.el: Don't override `shr-width', but |