]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo (extra paren).
authorRoland McGrath <roland@gnu.org>
Mon, 17 Jan 1994 05:24:29 +0000 (05:24 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 17 Jan 1994 05:24:29 +0000 (05:24 +0000)
lisp/files.el

index 0422362a0ec93a2f462ad83117951afd6dbe0400..457a8e58a88e4325b27f453b577221b848bd3fe2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; files.el --- file input and output commands for Emacs
 
-;; Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 87, 92, 93, 94 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 
@@ -925,7 +925,7 @@ If `enable-local-variables' is nil, this function does not check for a
                        (setq mode (cdr (car alist))
                              keep-going nil)))
                  (setq alist (cdr alist)))
-               (if mode (funcall mode))))))))))
+               (if mode (funcall mode)))))))))
 
 (defun hack-local-variables-prop-line ()
   ;; Set local variables specified in the -*- line.