Fix 'makefile-browser-client' variable initialization

* lisp/progmodes/make-mode.el (makefile-browser-client):
Initialize to nil.  (Bug#65487)

Copyright-paperwork-exempt: yes
This commit is contained in:
Christoph Göttschkes 2023-08-23 19:34:14 +02:00 committed by Eli Zaretskii
parent b72f23a532
commit 4860456584

View file

@ -695,7 +695,7 @@ The function must satisfy this calling convention:
"Table of all macro names known for this buffer.")
(put 'makefile-macro-table 'risky-local-variable t)
(defvar makefile-browser-client
(defvar makefile-browser-client nil
"A buffer in Makefile mode that is currently using the browser.")
(defvar makefile-browser-selection-vector nil)