Function: table--get-last-command
table--get-last-command is a byte-compiled function defined in
table.el.gz.
This function is obsolete since 28.1; use real-last-command instead.
Signature
(table--get-last-command)
Documentation
Generic wrapper for getting the real last command.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/table.el.gz
(defun table--get-last-command ()
"Generic wrapper for getting the real last command."
(declare (obsolete real-last-command "28.1"))
real-last-command)