aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2001-11-08 12:12:30 +0000
committerMiles Bader2001-11-08 12:12:30 +0000
commit1cf72ff8ebc98819b086fac1c05c8df5ad4ef240 (patch)
tree294bd2428f0c035dd6c7ef7c4950827eef183bbf /lisp/ChangeLog
parent7c1ce64cd67f7cd7e46e8cc53a9573db7b9da04a (diff)
downloademacs-1cf72ff8ebc98819b086fac1c05c8df5ad4ef240.tar.gz
emacs-1cf72ff8ebc98819b086fac1c05c8df5ad4ef240.zip
(functionp): Make work correctly for macros and unbound symbols.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 29dae697676..93fd9913af9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-11-08 Miles Bader <miles@gnu.org> 12001-11-08 Miles Bader <miles@gnu.org>
2 2
3 * subr.el (functionp): Make work correctly for macros and unbound
4 symbols.
5
3 * comint.el (comint-send-input): Fix description of 6 * comint.el (comint-send-input): Fix description of
4 `comint-process-echoes' in the doc-string. 7 `comint-process-echoes' in the doc-string.
5 8