emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9dcdf99: * lisp/cedet/mode-local.el: Delete obsol


From: Stephen Leake
Subject: [Emacs-diffs] emacs-25 9dcdf99: * lisp/cedet/mode-local.el: Delete obsolete comment
Date: Fri, 20 Nov 2015 18:30:44 +0000

branch: emacs-25
commit 9dcdf99d866f96e46110be5ef3094b4295ef9cf7
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    * lisp/cedet/mode-local.el: Delete obsolete comment
---
 lisp/cedet/mode-local.el |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/lisp/cedet/mode-local.el b/lisp/cedet/mode-local.el
index c1e06cb..48e73c2 100644
--- a/lisp/cedet/mode-local.el
+++ b/lisp/cedet/mode-local.el
@@ -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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]