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
16bf9fa9
Commit
16bf9fa9
authored
Apr 25, 2000
by
Gerd Moellmann
Browse files
(ebrowse-tags-query-replace): Construct a
form with additional arguments for perform-replace.
parent
daf462b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/ebrowse.el
lisp/progmodes/ebrowse.el
+1
-1
No files found.
lisp/progmodes/ebrowse.el
View file @
16bf9fa9
...
@@ -3818,7 +3818,7 @@ With prefix arg, process files of marked classes only."
...
@@ -3818,7 +3818,7 @@ With prefix arg, process files of marked classes only."
(
setq
ebrowse-tags-loop-form
(
setq
ebrowse-tags-loop-form
(
list
'and
(
list
'save-excursion
(
list
'and
(
list
'save-excursion
(
list
're-search-forward
from
nil
t
))
(
list
're-search-forward
from
nil
t
))
(
list
'not
(
list
'perform-replace
from
to
t
t
nil
))))
(
list
'not
(
list
'perform-replace
from
to
nil
nil
t
t
nil
))))
(
ebrowse-tags-loop-continue
'first-time
))
(
ebrowse-tags-loop-continue
'first-time
))
...
...
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