lang/common-lisp: conform to new conventions
This commit is contained in:
parent
a146e61728
commit
02f2ad1e8d
2 changed files with 29 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/common-lisp/autoload/common-lisp.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +common-lisp*sly-last-sexp (command &rest args)
|
||||
(defun +common-lisp--sly-last-sexp-a (command &rest args)
|
||||
"In normal-state or motion-state, last sexp ends at point."
|
||||
(if (and (not evil-move-beyond-eol)
|
||||
(or (evil-normal-state-p) (evil-motion-state-p)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue