diff options
| -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 @@ | |||
| 1 | ;;; files.el --- file input and output commands for Emacs | 1 | ;;; files.el --- file input and output commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 86, 87, 92, 93, 94 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | 6 | ||
| @@ -925,7 +925,7 @@ If `enable-local-variables' is nil, this function does not check for a | |||
| 925 | (setq mode (cdr (car alist)) | 925 | (setq mode (cdr (car alist)) |
| 926 | keep-going nil))) | 926 | keep-going nil))) |
| 927 | (setq alist (cdr alist))) | 927 | (setq alist (cdr alist))) |
| 928 | (if mode (funcall mode)))))))))) | 928 | (if mode (funcall mode))))))))) |
| 929 | 929 | ||
| 930 | (defun hack-local-variables-prop-line () | 930 | (defun hack-local-variables-prop-line () |
| 931 | ;; Set local variables specified in the -*- line. | 931 | ;; Set local variables specified in the -*- line. |