Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1d22fabd
Commit
1d22fabd
authored
Apr 10, 2006
by
Bill Wohler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(find-function-regexp): Allow dashes in defun name, in similar fashion
to find-variable-regexp.
parent
978781a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/find-func.el
lisp/emacs-lisp/find-func.el
+1
-1
No files found.
lisp/ChangeLog
View file @
1d22fabd
2006-04-10 Bill Wohler <wohler@newt.com>
* emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
defun name, in similar fashion to find-variable-regexp.
2006-04-10 Eli Zaretskii <eliz@gnu.org>
* international/mule-cmds.el (set-locale-environment): Fix last
...
...
lisp/emacs-lisp/find-func.el
View file @
1d22fabd
...
...
@@ -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
+\\*?\\)\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|
\
foo\\|[^cfgv]\\
(\\w\\|\\s_\\
)
+\\*?\\
)
\\|easy-mmode-define-[a-z-]+\\|easy-menu-define\\|\
menu-bar-make-toggle\\)"
find-function-space-re
"\\('\\|\(quote
\\
)
?%s\\
(
\\s-\\|$\\|\(\\|\)\\)")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment