refactor!(lib): remove obsolete lambda! macros
BREAKING CHANGE: These macros have been deprecated for years. Use cmd!/cmd!! instead.
This commit is contained in:
parent
54d8c49d8b
commit
0a151f4f13
1 changed files with 0 additions and 3 deletions
|
@ -456,9 +456,6 @@ See `general-key-dispatch' for what other arguments it accepts in BRANCHES."
|
|||
;; For backwards compatibility
|
||||
(defalias 'λ! 'cmd!)
|
||||
(defalias 'λ!! 'cmd!!)
|
||||
;; DEPRECATED These have been superseded by `cmd!' and `cmd!!'
|
||||
(define-obsolete-function-alias 'lambda! 'cmd! "3.0.0")
|
||||
(define-obsolete-function-alias 'lambda!! 'cmd!! "3.0.0")
|
||||
|
||||
|
||||
;;; Mutation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue