aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/nroff-mode.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-03-09 06:42:46 +0000
committerKarl Heuer <[email protected]>1994-03-09 06:42:46 +0000
commit589479d190e3567f3aaef9cd146a9a8990aa174f (patch)
tree6e3be8bc355fc4ecf5410e6877489f712a441e1f /lisp/textmodes/nroff-mode.el
parent0f933cf6b21eed6f70def8759142adfa392fe4e5 (diff)
(nroff-mode): Deleted garbage character.
Diffstat (limited to 'lisp/textmodes/nroff-mode.el')
-rw-r--r--lisp/textmodes/nroff-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el
index 6ee2c2bb47..b9b5dd9955 100644
--- a/lisp/textmodes/nroff-mode.el
+++ b/lisp/textmodes/nroff-mode.el
@@ -65,7 +65,7 @@ closing requests for requests that are used in matched pairs."
(make-local-variable 'outline-regexp)
(setq outline-regexp "\\.H[ ]+[1-7]+ ")
(make-local-variable 'outline-level)
- (setq outline-level 'nroff-outline-level)o
+ (setq outline-level 'nroff-outline-level)
;; now define a bunch of variables for use by commands in this mode
(make-local-variable 'page-delimiter)
(setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)")