Skip to content

Commit

Permalink
Remove ess-switch-to-ESS-deprecated
Browse files Browse the repository at this point in the history
It was deprecated in commit 46580cd,
7 years ago.
  • Loading branch information
jabranham committed Aug 13, 2019
1 parent 6398518 commit 282e64b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions lisp/ess-inf.el
Original file line number Diff line number Diff line change
Expand Up @@ -875,11 +875,6 @@ With (prefix) EOB-P non-nil, positions cursor at end of buffer."
'(nil . ((inhibit-same-window . t))))
(when eob-p (goto-char (point-max))))

(defun ess-switch-to-ESS-deprecated (eob-p)
(interactive "P")
(ess-switch-to-ESS eob-p)
(message "C-c C-y is deprecated, use C-c C-z instead (ess-switch-to-inferior-or-script-buffer)"))

(defun ess-switch-to-end-of-ESS ()
"Switch to the end of the inferior ESS process buffer."
(interactive)
Expand Down
1 change: 0 additions & 1 deletion lisp/ess-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
(define-key map "\C-\M-e" #'ess-goto-end-of-function-or-para)
(define-key map "\C-xnd" #'ess-narrow-to-defun-or-para)
(define-key map "\C-xnf" #'ess-narrow-to-defun-or-para)
(define-key map "\C-c\C-y" #'ess-switch-to-ESS-deprecated)
(define-key map "\C-c\C-z" #'ess-switch-to-inferior-or-script-buffer)
(define-key map "\C-c\C-l" #'ess-load-file)
;;; Make an alias because C-c C-l is taken up by comint in inferiors
Expand Down

0 comments on commit 282e64b

Please sign in to comment.