diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-23 19:24:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-23 19:24:02 +0000 |
commit | 934b4e4f2647af539201a2735534d14c4b618e80 (patch) | |
tree | 99933e1b392e4da8fc7068d9fb0cb23ab0f42f40 /lisp/textmodes/nroff-mode.el | |
parent | c93c42a61a58552809b47a820d7eac73b4a6d30d (diff) | |
download | emacs-934b4e4f2647af539201a2735534d14c4b618e80.tar.gz |
(nroff-electric-mode): New defvar.
Diffstat (limited to 'lisp/textmodes/nroff-mode.el')
-rw-r--r-- | lisp/textmodes/nroff-mode.el | 3 |
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) |