aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/lisp-mnt.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2005-08-06 17:48:15 +0000
committerThien-Thi Nguyen <[email protected]>2005-08-06 17:48:15 +0000
commit3731a85096c5e067f05d53573e559d63c8860f15 (patch)
tree436aa29c4c37acc2e5f32341118215a12d08b470 /lisp/emacs-lisp/lisp-mnt.el
parent38685583801c774f1c17a32f02b29e426bdd0a96 (diff)
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index d6c7c8c345..b102b4da58 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -1,6 +1,7 @@
;;; lisp-mnt.el --- utility functions for Emacs Lisp maintainers
-;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994, 1997, 2000, 2001, 2002, 2003, 2004,
+;; 2005 Free Software Foundation, Inc.
;; Author: Eric S. Raymond <[email protected]>
;; Maintainer: FSF
@@ -306,7 +307,7 @@ If FILE is nil, execute BODY in the current buffer."
(insert-file-contents ,filesym)
(lisp-mode)
,@body)
- (save-excursion
+ (save-excursion
;; Switching major modes is too drastic, so just switch
;; temporarily to the Lisp mode syntax table.
(with-syntax-table lisp-mode-syntax-table