diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-06 17:48:15 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-06 17:48:15 +0000 |
commit | 3731a85096c5e067f05d53573e559d63c8860f15 (patch) | |
tree | 436aa29c4c37acc2e5f32341118215a12d08b470 /lisp/emacs-lisp/lisp-mnt.el | |
parent | 38685583801c774f1c17a32f02b29e426bdd0a96 (diff) | |
download | emacs-3731a85096c5e067f05d53573e559d63c8860f15.tar.gz emacs-3731a85096c5e067f05d53573e559d63c8860f15.tar.bz2 emacs-3731a85096c5e067f05d53573e559d63c8860f15.zip |
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index d6c7c8c3458..b102b4da581 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 <esr@snark.thyrsus.com> ;; 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 |