summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-23 19:24:02 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-23 19:24:02 +0000
commit2a4161dc4c8420aff8a184d450f0077946cde77e (patch)
tree8b5d24fb1f1af446c8b71bcf715d624e747950cf /lisp/textmodes
parent4cc8271f769b01e7e8fb9472cc0e68841d5f0e27 (diff)
downloademacs-2a4161dc4c8420aff8a184d450f0077946cde77e.tar.gz
(nroff-electric-mode): New defvar.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/nroff-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el
index 355147a45b6..0e9182ada07 100644
--- a/lisp/textmodes/nroff-mode.el
+++ b/lisp/textmodes/nroff-mode.el
@@ -39,6 +39,9 @@
"Abbrev table used while in nroff mode.")
(define-abbrev-table 'nroff-mode-abbrev-table ())
+(defvar nroff-electric-mode nil
+ "*Non-nil means automatically closing requests when you insert an open.")
+
(defvar nroff-mode-map nil
"Major mode keymap for nroff mode.")
(if (not nroff-mode-map)