diff options
| author | Stefan Monnier | 2008-04-05 20:22:22 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-05 20:22:22 +0000 |
| commit | fc944cd4c504178b0e79f0e443650b07ba38fd6d (patch) | |
| tree | 7fbd8d918b1ed5168bdbc8bd9cd1c74cdf8a9c5f /etc | |
| parent | 0e96e25f477dd68d9cc1e734b85e0123984f30e9 (diff) | |
| download | emacs-fc944cd4c504178b0e79f0e443650b07ba38fd6d.tar.gz emacs-fc944cd4c504178b0e79f0e443650b07ba38fd6d.zip | |
(functionp): Return nil for special forms.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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. | ||
| 658 | I.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 |
| 659 | used for decoding. The functions `process-filter-multibyte-p' and | 662 | used for decoding. The functions `process-filter-multibyte-p' and |