diff --git a/src/workgroups-commands.el b/src/workgroups-commands.el index dfe818bb92f5eed543e53f777c1704fd01016e1d..3c5c8d067c861314ba1d793405250e5a29b865c8 100644 --- a/src/workgroups-commands.el +++ b/src/workgroups-commands.el @@ -825,13 +825,6 @@ http://stackoverflow.com/questions/21151992/why-emacs-as-daemon-gives-1-more-fra (:cmd "Workgroups: ") (wg-workgroup-list-display))) -(defun wg-echo-last-message () - "Echo the last message Workgroups sent to the echo area. -The string is passed through a format arg to escape %'s." - (interactive) - (message "%s" wg-last-message)) - - ;;; help commands diff --git a/src/workgroups-keys.el b/src/workgroups-keys.el index 34326ab4eb312deb3b0ed9ab72d7f045687dfd17..47ee0f007b7c288a9c0fe9f38c4b062698132707 100644 --- a/src/workgroups-keys.el +++ b/src/workgroups-keys.el @@ -136,8 +136,6 @@ (kbd "E") 'wg-echo-current-workgroup (kbd "C-e") 'wg-echo-all-workgroups (kbd "e") 'wg-echo-all-workgroups - (kbd "C-m") 'wg-echo-last-message - (kbd "m") 'wg-echo-last-message ;; misc