aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2017-07-28 12:02:01 -0400
committerStefan Monnier2017-07-28 12:02:01 -0400
commitbfb8d33fd18b1d9fd5868204d472cb19f5bcafbe (patch)
tree3ca8b55d994ad39e94fd972b02e6d7d539339c25 /etc
parentb2225a374f24f1ee1a881bfd5d3c1f7b57447e47 (diff)
downloademacs-bfb8d33fd18b1d9fd5868204d472cb19f5bcafbe.tar.gz
emacs-bfb8d33fd18b1d9fd5868204d472cb19f5bcafbe.zip
* lisp/subr.el (define-symbol-prop): New function
(symbol-file): Make it find symbol property definitions. * lisp/emacs-lisp/pcase.el (pcase-defmacro): * lisp/emacs-lisp/ert.el (ert-set-test): Use it instead of `put'. (ert-describe-test): Adjust call to symbol-file accordingly.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2b7c93fda10..ef4c125ab16 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1175,6 +1175,8 @@ break.
1175 1175
1176* Lisp Changes in Emacs 26.1 1176* Lisp Changes in Emacs 26.1
1177 1177
1178** New function `define-symbol-prop'.
1179
1178+++ 1180+++
1179** New optional argument TESTFN in 'alist-get', 'map-elt' and 'map-put'. 1181** New optional argument TESTFN in 'alist-get', 'map-elt' and 'map-put'.
1180 1182