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
f35a7618
Commit
f35a7618
authored
Nov 02, 2000
by
Dave Love
Browse files
(find-variable-regexp): Avoid defgroup.
parent
94821e4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/find-func.el
lisp/emacs-lisp/find-func.el
+2
-2
No files found.
lisp/emacs-lisp/find-func.el
View file @
f35a7618
...
...
@@ -72,10 +72,10 @@ Please send improvements and fixes to the maintainer."
:version "21.1")
(defcustom find-variable-regexp
"^\\s-*(def[^uma]\\(\\w\\|\\s_\\
)
+\\*?\\s-+%s\\
(
\\s-\\
|
$\\
)
"
"^\\s-*(def[^uma
g
]\\(\\w\\|\\s_\\
)
+\\*?\\s-+%s\\
(
\\s-\\
|
$\\
)
"
"
The
regexp
used
by
`
find-variable
'
to
search
for
a
variable
definition.
It
should
match
right
up
to
the
variable
name.
The
default
value
avoids
`
defun
',
`
defmacro
',
`
defalias
',
`
defadvice
'.
avoids
`
defun
',
`
defmacro
',
`
defalias
',
`
defadvice
'
,
`
defgroup
'
.
Please
send
improvements
and
fixes
to
the
maintainer.
"
:type 'regexp
...
...
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