-
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Oleh Krehel <[email protected]> | ||
;; URL: https://github.com/abo-abo/lispy | ||
;; Version: 0.21.0 | ||
;; Version: 0.22.0 | ||
;; Keywords: lisp | ||
|
||
;; This file is not part of GNU Emacs | ||
|
@@ -483,13 +483,6 @@ Return nil on failure, t otherwise." | |
(t | ||
(lispy--out-forward arg)))) | ||
|
||
(define-obsolete-function-alias 'lispy-out-forward | ||
'lispy-right "0.21.0") | ||
(define-obsolete-function-alias 'lispy-out-backward | ||
'lispy-left "0.21.0") | ||
(define-obsolete-function-alias 'lispy-out-forward-nostring | ||
'lispy-right-nostring "0.21.0") | ||
|
||
(defun lispy-right-nostring (arg) | ||
"Call `lispy--out-forward' with ARG unless in string or comment. | ||
Self-insert otherwise." | ||
|