aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2014-09-19 07:10:29 +0400
committerDmitry Gutov2014-09-19 07:10:29 +0400
commit48453e00a39cf10f77183e7cd19546c1d43ab1f4 (patch)
tree9fffeda11d963f13ab4cdbf01b98d77fd0d0336b /lisp/ChangeLog
parent212b4d631b7604f5e9000de467b1001084a2751f (diff)
downloademacs-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/ChangeLog8
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 @@
12014-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
12014-09-18 Ivan Kanis <ivan@kanis.fr> 92014-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