aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index 4c01378138f..0f7bcdf13ae 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -5,7 +5,7 @@
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com> 6;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com>
7;; Created: 14 Jul 1992 7;; Created: 14 Jul 1992
8;; Version: $Id: lisp-mnt.el,v 1.2 1993/03/25 01:57:43 eric Exp eric $ 8;; Version: $Id: lisp-mnt.el,v 1.3 1993/04/14 03:34:42 eric Exp rms $
9;; Keywords: docs 9;; Keywords: docs
10;; Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! 10;; Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out!
11 11
@@ -314,7 +314,7 @@
314 ))) 314 )))
315 315
316(defun lm-commentary (&optional file) 316(defun lm-commentary (&optional file)
317 ;; Return the commentary region of a file, as a string." 317 ;; Return the commentary region of a file, as a string.
318 (save-excursion 318 (save-excursion
319 (if file 319 (if file
320 (find-file file)) 320 (find-file file))