Mercurial > emacs
changeset 18425:847ee3e08152
(nroff-electric-mode): New defvar.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Jun 1997 19:24:02 +0000 |
parents | 395e1d352d3b |
children | 707758087b7e |
files | lisp/textmodes/nroff-mode.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/nroff-mode.el Mon Jun 23 19:18:36 1997 +0000 +++ b/lisp/textmodes/nroff-mode.el Mon Jun 23 19:24:02 1997 +0000 @@ -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)