changeset 3143:40f18bdaf972

(nroff-mode): Don't leave nroff-electric-mode void.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 May 1993 22:17:29 +0000
parents 3466d61e7b09
children 7ecd0f1c7465
files lisp/textmodes/nroff-mode.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/nroff-mode.el	Wed May 26 22:12:18 1993 +0000
+++ b/lisp/textmodes/nroff-mode.el	Wed May 26 22:17:29 1993 +0000
@@ -61,6 +61,7 @@
   (set-syntax-table text-mode-syntax-table)
   (setq local-abbrev-table nroff-mode-abbrev-table)
   (make-local-variable 'nroff-electric-mode)
+  (setq nroff-electric-mode nil)
   ;; now define a bunch of variables for use by commands in this mode
   (make-local-variable 'page-delimiter)
   (setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)")