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
95ab9b45
Commit
95ab9b45
authored
Dec 25, 1994
by
Richard M. Stallman
Browse files
(completion-reference-buffer): Initialize to nil.
parent
f8b581fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/simple.el
lisp/simple.el
+2
-1
No files found.
lisp/simple.el
View file @
95ab9b45
...
...
@@ -2591,7 +2591,8 @@ it were the arg to `interactive' (which see) to interactively read the value."
(
put
'completion-list-mode
'mode-class
'special
)
;; Record the buffer that was current when the completion list was requested.
(
defvar
completion-reference-buffer
)
;; Initial value is nil to avoid some compiler warnings.
(
defvar
completion-reference-buffer
nil
)
;; This records the length of the text at the beginning of the buffer
;; which was not included in the completion.
...
...
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