mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(completion-reference-buffer): Initialize to nil.
This commit is contained in:
parent
f8b581fa23
commit
95ab9b4526
@ -2591,7 +2591,8 @@ it were the arg to `interactive' (which see) to interactively read the value."
|
|||||||
(put 'completion-list-mode 'mode-class 'special)
|
(put 'completion-list-mode 'mode-class 'special)
|
||||||
|
|
||||||
;; Record the buffer that was current when the completion list was requested.
|
;; 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
|
;; This records the length of the text at the beginning of the buffer
|
||||||
;; which was not included in the completion.
|
;; which was not included in the completion.
|
||||||
|
Loading…
Reference in New Issue
Block a user