summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-05-18 20:51:47 -0400
committerGlenn Morris <rgm@gnu.org>2015-05-18 20:51:47 -0400
commitf42ceab546c12534190ef0aac6db9de23c7a3e1a (patch)
tree75c99eaec4a0a06e82318d24b596861b18cdc28a /etc
parent941ae9f2578ccd2760090dcd3f450339893b9492 (diff)
downloademacs-f42ceab546c12534190ef0aac6db9de23c7a3e1a.tar.gz
Further lisp-complete-symbol related cleanup.
* lisp/emacs-lisp/lisp.el (lisp-complete-symbol): Unadvertise non-functional argument. Replace obsolete alias.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c0401863382..c4c9d774b5f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -734,6 +734,10 @@ a typographically-correct documents.
* Incompatible Lisp Changes in Emacs 25.1
+** The optional `predicate' argument of `lisp-complete-symbol' no longer
+has any effect. (This change was made in Emacs 24.4 but was not
+advertised at the time.)
+
** `indirect-function' does not signal `void-function' any more.
This is mostly a bug-fix, since this change was missed back in 24.4 when
symbol-function was changed not to signal `void-function' any more.