1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

Make doc argument of emerge-defvar-local optional

* lisp/vc/emerge.el (emerge-defvar-local): Make doc argument
optional.
This commit is contained in:
Stefan Kangas 2021-09-18 09:38:45 +02:00
parent 4dcbdb90d5
commit e0726bca40

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