aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2002-04-26 14:40:21 +0000
committerGerd Moellmann2002-04-26 14:40:21 +0000
commit6cc6a2e95b45c8f3159647c2df53442d4f19129d (patch)
tree86e5d8a6f1ff6123e5461b63477d85de4089044c
parent7f671def72d03fb720f072c6ff69ca56faea29a4 (diff)
downloademacs-6cc6a2e95b45c8f3159647c2df53442d4f19129d.tar.gz
emacs-6cc6a2e95b45c8f3159647c2df53442d4f19129d.zip
Remove Ada-specific example code.
-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 @@
4;; Maintainer: FSF 4;; Maintainer: FSF
5;; Keywords: c, matching, tools 5;; Keywords: c, matching, tools
6 6
7;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 7;; Copyright (C) 1994, 1995, 2002 Free Software Foundation, Inc.
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
@@ -945,7 +945,7 @@ and the name of the file passed in."
945 945
946(defvar ff-function-name nil "Name of the function we are in.") 946(defvar ff-function-name nil "Name of the function we are in.")
947 947
948(eval-when-compile (require 'ada-mode)) 948;(eval-when-compile (require 'ada-mode))
949 949
950;; bind with (setq ff-pre-load-hooks 'ff-which-function-are-we-in) 950;; bind with (setq ff-pre-load-hooks 'ff-which-function-are-we-in)
951;; 951;;