changeset 5621:cb56cce6e377

Fix typo (extra paren).
author Roland McGrath <roland@gnu.org>
date Mon, 17 Jan 1994 05:24:29 +0000
parents aa58f9998047
children dc61f16f4f79
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Mon Jan 17 01:40:01 1994 +0000
+++ b/lisp/files.el	Mon Jan 17 05:24:29 1994 +0000
@@ -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 @@
 			(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.