aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-03-09 06:42:46 +0000
committerKarl Heuer1994-03-09 06:42:46 +0000
commit589479d190e3567f3aaef9cd146a9a8990aa174f (patch)
tree6e3be8bc355fc4ecf5410e6877489f712a441e1f
parent0f933cf6b21eed6f70def8759142adfa392fe4e5 (diff)
downloademacs-589479d190e3567f3aaef9cd146a9a8990aa174f.tar.gz
emacs-589479d190e3567f3aaef9cd146a9a8990aa174f.zip
(nroff-mode): Deleted garbage character.
-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 6ee2c2bb47f..b9b5dd9955f 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."
65 (make-local-variable 'outline-regexp) 65 (make-local-variable 'outline-regexp)
66 (setq outline-regexp "\\.H[ ]+[1-7]+ ") 66 (setq outline-regexp "\\.H[ ]+[1-7]+ ")
67 (make-local-variable 'outline-level) 67 (make-local-variable 'outline-level)
68 (setq outline-level 'nroff-outline-level)o 68 (setq outline-level 'nroff-outline-level)
69 ;; now define a bunch of variables for use by commands in this mode 69 ;; now define a bunch of variables for use by commands in this mode
70 (make-local-variable 'page-delimiter) 70 (make-local-variable 'page-delimiter)
71 (setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)") 71 (setq page-delimiter "^\\.\\(bp\\|SK\\|OP\\)")