Variable: ses--completion-table
ses--completion-table is a variable defined in ses.el.gz.
Value
nil
Documentation
Set globally to what completion table to use depending on type of completion (local printers, cells, etc.). We need to go through a local variable to pass the SES buffer local variable to completing function while the current buffer is the minibuffer.
Source Code
;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defvar ses--completion-table nil
"Set globally to what completion table to use depending on type
of completion (local printers, cells, etc.). We need to go
through a local variable to pass the SES buffer local variable
to completing function while the current buffer is the
minibuffer.")