diff options
| author | Andreas Schwab | 2003-09-28 16:11:45 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-09-28 16:11:45 +0000 |
| commit | e641d30067ba5066cee797bdae568a5530afe5b5 (patch) | |
| tree | 51a192222254b7bc6d01a1e702ca09efa421adf5 | |
| parent | 14ef72889c1436e618329426a588fc0d828a1195 (diff) | |
| download | emacs-e641d30067ba5066cee797bdae568a5530afe5b5.tar.gz emacs-e641d30067ba5066cee797bdae568a5530afe5b5.zip | |
(ff-special-constructs): Add autoload cookie.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/find-file.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c24d6f5346..09e493aa0f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-09-28 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * find-file.el (ff-special-constructs): Add autoload cookie. | ||
| 4 | |||
| 1 | 2003-09-28 Kevin Ryde <user42@zip.com.au> | 5 | 2003-09-28 Kevin Ryde <user42@zip.com.au> |
| 2 | 6 | ||
| 3 | * info.el (Info-find-index-name): Remove any "<n>" suffixes which | 7 | * info.el (Info-find-index-name): Remove any "<n>" suffixes which |
diff --git a/lisp/find-file.el b/lisp/find-file.el index 033fd0e762e..4805d08400b 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Maintainer: FSF | 4 | ;; Maintainer: FSF |
| 5 | ;; Keywords: c, matching, tools | 5 | ;; Keywords: c, matching, tools |
| 6 | 6 | ||
| 7 | ;; Copyright (C) 1994, 1995, 2002 Free Software Foundation, Inc. | 7 | ;; Copyright (C) 1994, 1995, 2002, 2003 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -182,6 +182,7 @@ To override this, give an argument to `ff-find-other-file'." | |||
| 182 | :type 'boolean | 182 | :type 'boolean |
| 183 | :group 'ff) | 183 | :group 'ff) |
| 184 | 184 | ||
| 185 | ;;;###autoload | ||
| 185 | (defvar ff-special-constructs | 186 | (defvar ff-special-constructs |
| 186 | '( | 187 | '( |
| 187 | ;; C/C++ include, for NeXTSTEP too | 188 | ;; C/C++ include, for NeXTSTEP too |