* lisp/subr.el (defvar-local): Change 'indent' to 'defun' (bug#77256).
This commit is contained in:
parent
09887a2d41
commit
4b9d571a55
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ pair.
|
|||
Like `defvar' but additionally marks the variable as being automatically
|
||||
buffer-local wherever it is set.
|
||||
\n(fn SYMBOL &optional VALUE DOCSTRING)"
|
||||
(declare (debug defvar) (doc-string 3) (indent 2))
|
||||
(declare (debug defvar) (doc-string 3) (indent defun))
|
||||
;; Can't use backquote here, it's too early in the bootstrap.
|
||||
(let ((value (car-safe args))
|
||||
(docstring (car-safe (cdr-safe args))))
|
||||
|
|
Loading…
Add table
Reference in a new issue