diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index ada4f0344d3..10043ba2807 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -3422,6 +3422,7 @@ Of course, we really can't know that for sure, so it's just a heuristic." (number . numberp) (null . null) (overlay . overlayp) + (process . processp) (real . numberp) (sequence . sequencep) (subr . subrp) |