]> code.delx.au - gnu-emacs/commit
* src/callint.c (Ffuncall_interactively): New function.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 May 2014 00:09:14 +0000 (20:09 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 May 2014 00:09:14 +0000 (20:09 -0400)
commit0e4857b7d84f958f66e726ed57b824427b272681
tree0c73812b5cbf91ded2fa00bf35a6ace365a4631b
parent9da43ddc9d3e5031d43bf0f5e73ec60b42af2461
* src/callint.c (Ffuncall_interactively): New function.
(Qfuncall_interactively): New var.
(Qcall_interactively): Remove.
(Fcall_interactively): Use it.
(syms_of_callint): Defsubr it.
* lisp/subr.el (internal--funcall-interactively): New.
(internal--call-interactively): Remove.
(called-interactively-p): Detect funcall-interactively instead of
call-interactively.
* lisp/simple.el (repeat-complex-command): Use funcall-interactively.
(repeat-complex-command--called-interactively-skip): Remove.
etc/NEWS
lisp/ChangeLog
lisp/simple.el
lisp/subr.el
src/callint.c