comparison lisp/textmodes/nroff-mode.el @ 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 f287613dfc28
children b23452652292
comparison
equal deleted inserted replaced
3142:3466d61e7b09 3143:40f18bdaf972
59 (setq mode-name "Nroff") 59 (setq mode-name "Nroff")
60 (setq major-mode 'nroff-mode) 60 (setq major-mode 'nroff-mode)
61 (set-syntax-table text-mode-syntax-table) 61 (set-syntax-table text-mode-syntax-table)
62 (setq local-abbrev-table nroff-mode-abbrev-table) 62 (setq local-abbrev-table nroff-mode-abbrev-table)
63 (make-local-variable 'nroff-electric-mode) 63 (make-local-variable 'nroff-electric-mode)
64 (setq nroff-electric-mode nil)
64 ;; now define a bunch of variables for use by commands in this mode 65 ;; now define a bunch of variables for use by commands in this mode
65 (make-local-variable 'page-delimiter) 66 (make-local-variable 'page-delimiter)
66 (setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)") 67 (setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)")
67 (make-local-variable 'paragraph-start) 68 (make-local-variable 'paragraph-start)
68 (setq paragraph-start (concat "^[.']\\|" paragraph-start)) 69 (setq paragraph-start (concat "^[.']\\|" paragraph-start))