summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-15 00:48:03 -0400
committerKyle Meyer <kyle@kyleam.com>2014-03-15 00:48:03 -0400
commit2af2b48377e6143ed6e8b7d719b12164940812d6 (patch)
treef7e9616597f316cdfdd424e6ac7232eb6679e198 /lisp
parent4fcc633459b36c666e5de1e303bbc1dc62ff2fd8 (diff)
downloademacs.d-2af2b48377e6143ed6e8b7d719b12164940812d6.tar.gz
Rename km/gnus to km/gnus-select-or-bury
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-gnus.el4
1 files changed, 2 insertions, 2 deletions
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)