aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-04-05 20:22:22 +0000
committerStefan Monnier2008-04-05 20:22:22 +0000
commitfc944cd4c504178b0e79f0e443650b07ba38fd6d (patch)
tree7fbd8d918b1ed5168bdbc8bd9cd1c74cdf8a9c5f /etc
parent0e96e25f477dd68d9cc1e734b85e0123984f30e9 (diff)
downloademacs-fc944cd4c504178b0e79f0e443650b07ba38fd6d.tar.gz
emacs-fc944cd4c504178b0e79f0e443650b07ba38fd6d.zip
(functionp): Return nil for special forms.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 37786df831c..0e88ea6cffb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -654,6 +654,9 @@ for the list of extra keys that are available.
654 654
655* Incompatible Lisp Changes in Emacs 23.1 655* Incompatible Lisp Changes in Emacs 23.1
656 656
657** `functionp' returns nil for special forms.
658I.e. it only returns t for objects that can be passed `funcall'.
659
657+++ 660+++
658** The multibyteness of process filters is determined by the coding-system 661** The multibyteness of process filters is determined by the coding-system
659used for decoding. The functions `process-filter-multibyte-p' and 662used for decoding. The functions `process-filter-multibyte-p' and