1
0
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:
Richard M. Stallman 1994-12-25 22:09:46 +00:00
parent f8b581fa23
commit 95ab9b4526

View File

@ -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.