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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el [lexbind]
Date: Wed, 08 Dec 2004 18:48:59 -0500

Index: emacs/lisp/emacs-lisp/find-func.el
diff -c emacs/lisp/emacs-lisp/find-func.el:1.35.2.3 
emacs/lisp/emacs-lisp/find-func.el:1.35.2.4
*** emacs/lisp/emacs-lisp/find-func.el:1.35.2.3 Sat May  1 23:46:16 2004
--- emacs/lisp/emacs-lisp/find-func.el  Wed Dec  8 23:31:40 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]