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
9a50b93f
Commit
9a50b93f
authored
Jul 16, 1992
by
Roland McGrath
Browse files
*** empty log message ***
parent
9708f7fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+2
-2
No files found.
lisp/progmodes/etags.el
View file @
9a50b93f
...
...
@@ -84,7 +84,7 @@ nil means it has not yet been computed; use `tags-table-files' to do so.")
(
defvar
tags-table-format-hooks
'
(
etags-recognize-tags-table
recognize-empty-tags-table
ctags-recognize-tags-table
)
;standard? XXX
ctags-recognize-tags-table
)
"List of functions to be called in a tags table buffer to identify
the type of tags table. The functions are called in order, with no arguments,
until one returns non-nil. The function should make buffer-local bindings
...
...
@@ -757,7 +757,7 @@ See documentation of variable `tags-file-name'."
(
and
(
zerop
(
buffer-size
))
(
mapcar
(
function
(
lambda
(
sym
)
(
make-local-variable
sym
)
(
set
sym
(
function
(
lambda
(
&rest
ignore
)
nil
))
)))
(
set
sym
'ignore
)))
'
(
tags-table-files-function
tags-completion-table-function
find-tag-regexp-search-function
...
...
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