]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'makefile-browser-client' variable initialization
authorChristoph Göttschkes <just.mychris@googlemail.com>
Wed, 23 Aug 2023 17:34:14 +0000 (19:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 24 Aug 2023 07:23:14 +0000 (10:23 +0300)
* lisp/progmodes/make-mode.el (makefile-browser-client):
Initialize to nil.  (Bug#65487)

Copyright-paperwork-exempt: yes

lisp/progmodes/make-mode.el

index 087974bd1f002568eb5f623521fddb39f0b0ec2f..a1fdfecbec28750dbd6675a282ac910317564693 100644 (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)