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
747a0e2f
Commit
747a0e2f
authored
Dec 21, 1997
by
Richard M. Stallman
Browse files
(completion-setup-hook): Add definition.
parent
4cca6fbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/simple.el
lisp/simple.el
+6
-0
No files found.
lisp/simple.el
View file @
747a0e2f
...
...
@@ -3533,6 +3533,12 @@ each time it has found what it thinks is one completion.
Point
is
at
the
end
of
the
completion
in
the
completion
list
buffer.
If
this
function
moves
point,
it
can
alter
the
end
of
that
completion.
")
(defvar completion-setup-hook nil
"
Normal
hook
run
at
the
end
of
setting
up
a
completion
list
buffer.
When
this
hook
is
run,
the
current
buffer
is
the
one
in
which
the
command
to
display
the
completion
list
buffer
was
run.
The
completion
list
buffer
is
available
as
the
value
of
`
standard-output
'.
")
;; This function goes in completion-setup-hook, so that it is called
;; after the text of the completion list buffer is written.
...
...
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