mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Don't autoload 'define-multisession-variable'
* lisp/emacs-lisp/multisession.el (define-multisession-variable): Don't autoload, since it calls a function that isn't autoloaded. (Bug#81299)
This commit is contained in:
parent
d1c3ba95cb
commit
727a57d971
|
|
@ -54,7 +54,6 @@ Valid methods are `sqlite' and `files'."
|
|||
:version "29.1"
|
||||
:group 'files)
|
||||
|
||||
;;;###autoload
|
||||
(defmacro define-multisession-variable (name initial-value &optional doc
|
||||
&rest args)
|
||||
"Make NAME into a multisession variable initialized from INITIAL-VALUE.
|
||||
|
|
|
|||
Loading…
Reference in a new issue