Function: ses-reset-header-string
ses-reset-header-string is a byte-compiled function defined in
ses.el.gz.
Signature
(ses-reset-header-string)
Documentation
Flag the header string for update.
Upon undo, the header string will be updated again.
Source Code
;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defun ses-reset-header-string ()
"Flag the header string for update.
Upon undo, the header string will be updated again."
(push '(apply ses-reset-header-string) buffer-undo-list)
(setq ses--header-hscroll -1))