aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-09-28 16:11:45 +0000
committerAndreas Schwab2003-09-28 16:11:45 +0000
commite641d30067ba5066cee797bdae568a5530afe5b5 (patch)
tree51a192222254b7bc6d01a1e702ca09efa421adf5
parent14ef72889c1436e618329426a588fc0d828a1195 (diff)
downloademacs-e641d30067ba5066cee797bdae568a5530afe5b5.tar.gz
emacs-e641d30067ba5066cee797bdae568a5530afe5b5.zip
(ff-special-constructs): Add autoload cookie.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/find-file.el3
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 @@
12003-09-28 Andreas Schwab <schwab@suse.de>
2
3 * find-file.el (ff-special-constructs): Add autoload cookie.
4
12003-09-28 Kevin Ryde <user42@zip.com.au> 52003-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