aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-29 10:46:03 +0000
committerJuanma Barranquero2005-08-29 10:46:03 +0000
commit436b938fb419f7f601d5bad2b87316a52277e81a (patch)
treee532428da42df69721325bfb54f78a07672a5d69
parent746dca0081c754fbcc8c9f3422191c2aae9295e9 (diff)
downloademacs-436b938fb419f7f601d5bad2b87316a52277e81a.tar.gz
emacs-436b938fb419f7f601d5bad2b87316a52277e81a.zip
(ses-initial-global-parameters, ses-mode-map): Add defvars.
-rw-r--r--lisp/emacs-lisp/tcover-ses.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/tcover-ses.el b/lisp/emacs-lisp/tcover-ses.el
index 1374aa1fdc0..e79c42180f4 100644
--- a/lisp/emacs-lisp/tcover-ses.el
+++ b/lisp/emacs-lisp/tcover-ses.el
@@ -23,6 +23,9 @@
23 23
24(require 'testcover) 24(require 'testcover)
25 25
26(defvar ses-initial-global-parameters)
27(defvar ses-mode-map)
28
26;;;Here are some macros that exercise SES. Set `pause' to t if you want the 29;;;Here are some macros that exercise SES. Set `pause' to t if you want the
27;;;macros to pause after each step. 30;;;macros to pause after each step.
28(let* ((pause nil) 31(let* ((pause nil)