From: Andreas Schwab Date: Sun, 28 Sep 2003 16:11:45 +0000 (+0000) Subject: (ff-special-constructs): Add autoload cookie. X-Git-Tag: ttn-vms-21-2-B4~8715 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e641d30067ba5066cee797bdae568a5530afe5b5;p=emacs.git (ff-special-constructs): Add autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c24d6f5346..09e493aa0f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-09-28 Andreas Schwab + + * find-file.el (ff-special-constructs): Add autoload cookie. + 2003-09-28 Kevin Ryde * info.el (Info-find-index-name): Remove any "" 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 @@ ;; 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