From 2af2b48377e6143ed6e8b7d719b12164940812d6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 15 Mar 2014 00:48:03 -0400 Subject: Rename km/gnus to km/gnus-select-or-bury --- lisp/init-gnus.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index 1c0b9ea..f10e846 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -197,7 +197,7 @@ on a new line and the resulting paragraph is filled." ;; Modified from http://www.xsteve.at/prg/gnus/ -(defun km/gnus () +(defun km/gnus-select-or-bury () "Start, select, or bury gnus." (interactive) (let ((bufname (buffer-name))) @@ -238,7 +238,7 @@ on a new line and the resulting paragraph is filled." (bury-buffer) (bury-buffer buf)))))) -(global-set-key (kbd "C-x m") 'km/gnus) +(global-set-key (kbd "C-x m") 'km/gnus-select-or-bury) ;; From http://ivan.kanis.fr/ivan-gnus.el (defun km/gnus-catchup-and-goto-next-group (&optional all) -- cgit v1.2.3