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:
parent
b72f23a532
commit
4860456584
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue