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:
parent
e61f1c3c8b
commit
9dcdf99d86
1 changed files with 0 additions and 18 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue