emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el [emacs-unico


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el [emacs-unicode-2]
Date: Fri, 19 Nov 2004 02:17:27 -0500

Index: emacs/lisp/emacs-lisp/find-func.el
diff -c emacs/lisp/emacs-lisp/find-func.el:1.46.4.2 
emacs/lisp/emacs-lisp/find-func.el:1.46.4.3
*** emacs/lisp/emacs-lisp/find-func.el:1.46.4.2 Mon Jun 28 07:29:46 2004
--- emacs/lisp/emacs-lisp/find-func.el  Fri Nov 19 06:55:02 2004
***************
*** 62,74 ****
    ;;  (define-derived-mode foo ...), (define-minor-mode foo)
    (concat
     "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
! \[^cgv\W]\\w+\\*?\\)\\|define-minor-mode\
  \\|easy-mmode-define-global-mode\\)" find-function-space-re
     "\\('\\|\(quote \\)?%s\\(\\s-\\|$\\|\(\\|\)\\)")
    "The regexp used by `find-function' to search for a function definition.
  Note it must contain a `%s' at the place where `format'
  should insert the function name.  The default value avoids `defconst',
! `defgroup', `defvar'.
  
  Please send improvements and fixes to the maintainer."
    :type 'regexp
--- 62,74 ----
    ;;  (define-derived-mode foo ...), (define-minor-mode foo)
    (concat
     "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
! ine-minor-mode\\|un-cvs-mode\\|foo\\|[^cfgv]\\w+\\*?\\)\
  \\|easy-mmode-define-global-mode\\)" find-function-space-re
     "\\('\\|\(quote \\)?%s\\(\\s-\\|$\\|\(\\|\)\\)")
    "The regexp used by `find-function' to search for a function definition.
  Note it must contain a `%s' at the place where `format'
  should insert the function name.  The default value avoids `defconst',
! `defgroup', `defvar', `defface'.
  
  Please send improvements and fixes to the maintainer."
    :type 'regexp
***************
*** 202,208 ****
                    (re-search-forward
                     (concat "^([^ ]+" find-function-space-re "['(]"
                             (regexp-quote (symbol-name symbol))
!                            "\\>")
                     nil t))
                (progn
                  (beginning-of-line)
--- 202,208 ----
                    (re-search-forward
                     (concat "^([^ ]+" find-function-space-re "['(]"
                             (regexp-quote (symbol-name symbol))
!                            "\\_>")
                     nil t))
                (progn
                  (beginning-of-line)




reply via email to

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