From: Gerd Moellmann Date: Fri, 26 Apr 2002 14:40:21 +0000 (+0000) Subject: Remove Ada-specific example code. X-Git-Tag: ttn-vms-21-2-B4~15380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6cc6a2e95b45c8f3159647c2df53442d4f19129d;p=emacs.git Remove Ada-specific example code. --- 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) ;;