summaryrefslogtreecommitdiff
path: root/lisp/find-file.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2002-04-26 14:40:21 +0000
committerGerd Moellmann <gerd@gnu.org>2002-04-26 14:40:21 +0000
commitdbe8d2c4646227d6b983201f1c039d9e7ea96b86 (patch)
treeeb1097994951adbc9f2944151ef9021debb4a589 /lisp/find-file.el
parent4932506a062329c4cc99af5deb6692d0a4cc9b06 (diff)
downloademacs-dbe8d2c4646227d6b983201f1c039d9e7ea96b86.tar.gz
Remove Ada-specific example code.
Diffstat (limited to 'lisp/find-file.el')
-rw-r--r--lisp/find-file.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/find-file.el b/lisp/find-file.el
index cd53d825dcc..1ecd6bc497d 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 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 2002 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -945,7 +945,7 @@ and the name of the file passed in."
(defvar ff-function-name nil "Name of the function we are in.")
-(eval-when-compile (require 'ada-mode))
+;(eval-when-compile (require 'ada-mode))
;; bind with (setq ff-pre-load-hooks 'ff-which-function-are-we-in)
;;