]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cedet/mode-local.el: Delete obsolete comment
authorStephen Leake <stephen_leake@stephe-leake.org>
Fri, 20 Nov 2015 18:27:31 +0000 (12:27 -0600)
committerStephen Leake <stephen_leake@stephe-leake.org>
Fri, 20 Nov 2015 18:30:34 +0000 (12:30 -0600)
lisp/cedet/mode-local.el

index c1e06cb458698e2f346f9a8949f09af0b9c6cb4b..48e73c209233291b2ad6a67e90a99892e5a7d291 100644 (file)
@@ -874,24 +874,6 @@ invoked interactively."
   (when (setq mode (intern-soft mode))
     (mode-local-describe-bindings-1 mode (called-interactively-p 'any))))
 \f
-;; ;;; find-func support (Emacs 21.4, or perhaps 22.1)
-;; ;;
-;; (condition-case nil
-;;     ;; Try to get find-func so we can modify it.
-;;     (require 'find-func)
-;;   (error nil))
-
-;; (when (boundp 'find-function-regexp)
-;;   (unless (string-match "ine-overload" find-function-regexp)
-;;     (if (string-match "(def\\\\(" find-function-regexp)
-;;     (let ((end (match-end 0))
-;;           )
-;;       (setq find-function-regexp
-;;             (concat (substring find-function-regexp 0 end)
-;;                     "ine-overload\\|ine-mode-local-override\\|"
-;;                     "ine-child-mode\\|"
-;;                     (substring find-function-regexp end)))))))
-\f
 ;;; edebug support
 ;;
 (defun mode-local-setup-edebug-specs ()