Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d8f479c6
Commit
d8f479c6
authored
Nov 23, 1999
by
Dave Love
Browse files
(find-function-regexp): Use `define-minor-mode' after easy-menu
change.
parent
b1775dc1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/find-func.el
lisp/emacs-lisp/find-func.el
+3
-3
No files found.
lisp/ChangeLog
View file @
d8f479c6
1999-11-23 Dave Love <fx@gnu.org>
* find-func.el (find-function-regexp): Use `define-minor-mode'
after easy-menu change.
1999-11-23 Gerd Moellmann <gerd@gnu.org>
* comint.el: Add redirection.from active comint buffers into
...
...
lisp/emacs-lisp/find-func.el
View file @
d8f479c6
...
...
@@ -57,9 +57,9 @@
(
defcustom
find-function-regexp
;; Match things like (defun foo ...), (defmacro foo ...),
;; (define-skeleton foo ...), (define-generic-mode 'foo ...),
;; (define-derived-mode foo ...), (
easy-mmode-
define-minor-mode foo)
;; (define-derived-mode foo ...), (define-minor-mode foo)
"
^\\s-*
(
\\
(
def\\
(
ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
\[^cgv\W]\\w+\\*?\\)\\|
easy-mmode-
define-minor-mode
\\
)
\\s-+
'?
\
\[^cgv\W]\\w+\\*?\\)\\|define-minor-mode
)
\\s-+
'?
\
%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'
...
...
@@ -69,7 +69,7 @@ should insert the function name. The default value avoids `defconst',
Please send improvements and fixes to the maintainer."
:type 'regexp
:group 'find-function
:version "2
0.3
")
:version "2
1.1
")
(defcustom find-variable-regexp
"^\\s-*(def[^uma\W]\\w+\\*?\\s-+%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