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
ca04638e
Commit
ca04638e
authored
Jul 07, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
ba7f25a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+3
-1
No files found.
lisp/progmodes/etags.el
View file @
ca04638e
...
...
@@ -223,7 +223,9 @@ See documentation of variable tags-file-name."
(
switch-to-buffer-other-window
tagbuf
)
(
switch-to-buffer
tagbuf
))
)
(
setq
tags-loop-form
'
(
find-tag
nil
t
))
;; I turned this off because people complain that it causes trouble
;; when they find a tag during a tags-search. M-0 M-. is easy enough. --RMS
;; (setq tags-loop-form '(find-tag nil t))
;; Return t in case used as the tags-loop-form.
t
)
...
...
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