]> git.eshelyaron.com Git - emacs.git/commitdiff
(ff-special-constructs): Add autoload cookie.
authorAndreas Schwab <schwab@suse.de>
Sun, 28 Sep 2003 16:11:45 +0000 (16:11 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 28 Sep 2003 16:11:45 +0000 (16:11 +0000)
lisp/ChangeLog
lisp/find-file.el

index 9c24d6f53467426669d168f4b092dd576ddbef9e..09e493aa0f357f49206ec62642fa2c38cb03ec11 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-28  Andreas Schwab  <schwab@suse.de>
+
+       * find-file.el (ff-special-constructs): Add autoload cookie.
+
 2003-09-28  Kevin Ryde  <user42@zip.com.au>
 
        * info.el (Info-find-index-name): Remove any "<n>" suffixes which
index 033fd0e762e9839d2137ceac8867f6d78ee76f89..4805d08400b86c6cfd90c28349522a4bb2169644 100644 (file)
@@ -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