branch: elpa/crux commit cedec52b2cbbb8300e22805709c24ae24612a002 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Mark crux-recentf-ido-find-file as obsolete --- crux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crux.el b/crux.el index b094ae8..aaa75e1 100644 --- a/crux.el +++ b/crux.el @@ -435,7 +435,7 @@ as the current user." (when file (find-file file)))) -(defalias 'crux-recentf-ido-find-file 'crux-recentf-find-file) +(define-obsolete-function-alias 'crux-recentf-ido-find-file 'crux-recentf-find-file "0.4.0") ;; modified from https://www.emacswiki.org/emacs/TransposeWindows (defun crux-transpose-windows (arg)