]> git.eshelyaron.com Git - emacs.git/commitdiff
Make doc argument of emerge-defvar-local optional
authorStefan Kangas <stefan@marxist.se>
Sat, 18 Sep 2021 07:38:45 +0000 (09:38 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 18 Sep 2021 07:40:24 +0000 (09:40 +0200)
* lisp/vc/emerge.el (emerge-defvar-local): Make doc argument
optional.

lisp/vc/emerge.el

index 25de2f0e9effc4d22b065a8ecec9e74bea477746..1c3ab8b96cb54d08a18596358dedec24160a924a 100644 (file)
@@ -26,7 +26,7 @@
 
 ;;; Macros
 
-(defmacro emerge-defvar-local (symbol value doc)
+(defmacro emerge-defvar-local (symbol value &optional doc)
   "Define SYMBOL as an advertised buffer-local variable.
 Run `defvar-local', setting the value of the variable to VALUE
 and its docstring to DOC.