Skip to content

Commit

Permalink
2003-05-01 Vasily Korytov <deskpot@despammed.com>
Browse files Browse the repository at this point in the history
	* gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
  • Loading branch information
larsmagne committed May 1, 2003
1 parent b800512 commit 55687a9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GNUS-NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ article buttons, see the info node "Article Button Levels".
** Dired integration
`gnus-dired-minor-mode' installs key bindings in dired buffers to send
a file as an attachment (`C-c C-a'), open a file using the approriate
mailcap entry (`C-c C-f'), and print a file using the mailcap entry
mailcap entry (`C-c C-l'), and print a file using the mailcap entry
(`C-c P'). It is enabled with

(add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
Expand Down
4 changes: 4 additions & 0 deletions lisp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2003-05-01 Vasily Korytov <deskpot@despammed.com>

* gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.

2003-04-30 Mark A. Hershberger <mah@everybody.org>

* mm-url.el (mm-url-insert-file-contents): set url-current-object
Expand Down
5 changes: 2 additions & 3 deletions lisp/gnus-dired.el
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@

(gnus-define-keys gnus-dired-mode-map
"\C-c\C-a" gnus-dired-attach
"\C-c\C-f" gnus-dired-find-file-mailcap
"\C-cP" gnus-dired-print
))
"\C-c\C-l" gnus-dired-find-file-mailcap
"\C-cP" gnus-dired-print))

(defun gnus-dired-mode (&optional arg)
"Minor mode for intersections of gnus and dired.
Expand Down
2 changes: 1 addition & 1 deletion texi/gnus.texi
Original file line number Diff line number Diff line change
Expand Up @@ -24703,7 +24703,7 @@ Dired integration

@code{gnus-dired-minor-mode} installs key bindings in dired buffers to send
a file as an attachment (@kbd{C-c C-a}), open a file using the approriate
mailcap entry (@kbd{C-c C-f}), and print a file using the mailcap entry
mailcap entry (@kbd{C-c C-l}), and print a file using the mailcap entry
(@kbd{C-c P}). It is enabled with
@lisp
(add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
Expand Down

0 comments on commit 55687a9

Please sign in to comment.