# HG changeset patch # User Richard M. Stallman # Date 738454649 0 # Node ID 40f18bdaf9728d4691c79368da7c5da78d93c36f # Parent 3466d61e7b09b6a82afe050cba71e0e18f2662c2 (nroff-mode): Don't leave nroff-electric-mode void. diff -r 3466d61e7b09 -r 40f18bdaf972 lisp/textmodes/nroff-mode.el --- 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\\)")