diff options
author | Roland McGrath <roland@gnu.org> | 1994-01-17 05:24:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-01-17 05:24:29 +0000 |
commit | 18cf95028f3da4d1340d0a0bfbac8febbf56c5f3 (patch) | |
tree | 8500f4080eaf75972addf02c474b8bf819d042d7 /lisp/files.el | |
parent | c21a657e1aab70dac3b3565e06ac2dad266b593d (diff) | |
download | emacs-18cf95028f3da4d1340d0a0bfbac8febbf56c5f3.tar.gz |
Fix typo (extra paren).
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index 0422362a0ec..457a8e58a88 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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. |