1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

* lisp/cedet/mode-local.el: Delete obsolete comment

This commit is contained in:
Stephen Leake 2015-11-20 12:27:31 -06:00
parent e61f1c3c8b
commit 9dcdf99d86

View file

@ -874,24 +874,6 @@ invoked interactively."
(when (setq mode (intern-soft mode))
(mode-local-describe-bindings-1 mode (called-interactively-p 'any))))
;; ;;; 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)))))))
;;; edebug support
;;
(defun mode-local-setup-edebug-specs ()