Variable: ses-initial-global-parameters

ses-initial-global-parameters is a variable defined in ses.el.gz.

Value

"\n( ;Global parameters (these are read first)\n 2 ;SES file-format\n 1 ;numrows\n 1 ;numcols\n)\n\n"

Documentation

Initial contents for the three-element list at the bottom of the data area.

Source Code

;; Defined in /usr/src/emacs/lisp/ses.el.gz
(defconst ses-initial-global-parameters
  "\n( ;Global parameters (these are read first)\n 2 ;SES file-format\n 1 ;numrows\n 1 ;numcols\n)\n\n"
  "Initial contents for the three-element list at the bottom of the data area.")