aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/allout.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-05-12 18:27:17 +0000
committerRichard M. Stallman <[email protected]>1994-05-12 18:27:17 +0000
commitddb5032903aa5552aa121bcc67f792ec7b081ff0 (patch)
tree798d29ec13c207bbc7afea35ce1cebe65bc06a86 /lisp/allout.el
parent0fe44016cd91c1687ff3721542a59932d72fb116 (diff)
(outline-init): Delete junk at end.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r--lisp/allout.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index 723d305645..d4b17c6313 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -5,7 +5,7 @@
;; Author: Ken Manheimer <[email protected]>
;; Maintainer: Ken Manheimer <[email protected]>
;; Created: Dec 1991 - first release to usenet
-;; Version: $Id: allout.el,v 4.1 1994/05/05 23:52:43 klm Exp klm $||
+;; Version: $Id: allout.el,v 1.7 1994/05/09 06:36:19 rms Exp rms $||
;; Keywords: outline mode
;; This file is part of GNU Emacs.
@@ -408,7 +408,7 @@ behavior.")
;;;_ - Version
;;;_ = outline-version
(defvar outline-version
- (let ((rcs-rev "$Revision: 4.1 $"))
+ (let ((rcs-rev "$Revision: 1.7 $"))
(condition-case err
(save-match-data
(string-match "\\$Revision: \\([0-9]+\\.[0-9]+\\)" rcs-rev)
@@ -782,9 +782,7 @@ the following two lines in your emacs init file:
'ask)
((message
"Allout outline mode auto-activation and -layout enabled.")
- t)))
-
-t)))))
+ t)))))
;;;_ > outline-mode (&optional toggle)
;;;_ : Defun:
(defun outline-mode (&optional toggle)