diff options
author | Andreas Schwab <schwab@suse.de> | 2003-09-28 16:11:45 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2003-09-28 16:11:45 +0000 |
commit | e641d30067ba5066cee797bdae568a5530afe5b5 (patch) | |
tree | 51a192222254b7bc6d01a1e702ca09efa421adf5 /lisp/find-file.el | |
parent | 14ef72889c1436e618329426a588fc0d828a1195 (diff) | |
download | emacs-e641d30067ba5066cee797bdae568a5530afe5b5.tar.gz |
(ff-special-constructs): Add autoload cookie.
Diffstat (limited to 'lisp/find-file.el')
-rw-r--r-- | lisp/find-file.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ ;; Maintainer: FSF ;; Keywords: c, matching, tools -;; Copyright (C) 1994, 1995, 2002 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 2002, 2003 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -182,6 +182,7 @@ To override this, give an argument to `ff-find-other-file'." :type 'boolean :group 'ff) +;;;###autoload (defvar ff-special-constructs '( ;; C/C++ include, for NeXTSTEP too |