parent
bd24be7236
commit
65bc279e59
1 changed files with 1 additions and 4 deletions
|
@ -9,10 +9,7 @@
|
||||||
;; HACK `geiser-impl--add-to-alist' isn't autoloaded or inlined, so you get
|
;; HACK `geiser-impl--add-to-alist' isn't autoloaded or inlined, so you get
|
||||||
;; void-function errors when it is called in the autoloads files of other
|
;; void-function errors when it is called in the autoloads files of other
|
||||||
;; geiser-* packages.
|
;; geiser-* packages.
|
||||||
;;;###autoload
|
;;;###autoload (defun geiser-impl--add-to-alist (kind what impl &optional append) (add-to-list 'geiser-implementations-alist (list (list kind what) impl) append))
|
||||||
(defun geiser-impl--add-to-alist (kind what impl &optional append)
|
|
||||||
(add-to-list 'geiser-implementations-alist
|
|
||||||
(list (list kind what) impl) append))
|
|
||||||
|
|
||||||
|
|
||||||
(defvar calculate-lisp-indent-last-sexp)
|
(defvar calculate-lisp-indent-last-sexp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue