Fix #1772: void-variable sly-contribs errors
This commit is contained in:
parent
dc24237800
commit
94ce52a70d
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
;;; lang/common-lisp/autoload/common-lisp.el -*- lexical-binding: t; -*-
|
;;; lang/common-lisp/autoload/common-lisp.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;; HACK Fix #1772: void-variable sly-contribs errors due to sly packages (like
|
||||||
|
;; `sly-macrostep') trying to add to `sly-contribs' before it is defined.
|
||||||
|
;;;###autoload (defvar sly-contribs '(sly-fancy))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +common-lisp--sly-last-sexp-a (command &rest args)
|
(defun +common-lisp--sly-last-sexp-a (command &rest args)
|
||||||
"In normal-state or motion-state, last sexp ends at point."
|
"In normal-state or motion-state, last sexp ends at point."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue