changeset 73208:4a95d08e5126

(find-function-regexp): Don't match "define-button-type".
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Oct 2006 02:27:12 +0000
parents 7e220566994b
children 4a27744452bb
files lisp/ChangeLog lisp/emacs-lisp/find-func.el
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 02 00:21:07 2006 +0000
+++ b/lisp/ChangeLog	Mon Oct 02 02:27:12 2006 +0000
@@ -1,5 +1,8 @@
 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* emacs-lisp/find-func.el (find-function-regexp): Don't match
+	"define-button-type".
+
 	* pcvs.el (cvs-update-header): Fix handling of extra newlines so that
 	they don't keep accumulating.
 
--- a/lisp/emacs-lisp/find-func.el	Mon Oct 02 00:21:07 2006 +0000
+++ b/lisp/emacs-lisp/find-func.el	Mon Oct 02 02:27:12 2006 +0000
@@ -64,7 +64,7 @@
   (concat
    "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
 ine\\(?:-global\\)?-minor-mode\\|ine-compilation-mode\\|un-cvs-mode\\|\
-foo\\|[^cfgv]\\(\\w\\|\\s_\\)+\\*?\\)\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|\
+foo\\|[^icfgv]\\(\\w\\|\\s_\\)+\\*?\\)\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|\
 menu-bar-make-toggle\\)"
    find-function-space-re
    "\\('\\|\(quote \\)?%s\\(\\s-\\|$\\|\(\\|\)\\)")