mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Fix C-c C-f in the Gnus article buffer
* lisp/gnus/gnus-art.el (gnus-article-mode-map): Make the C-c C-f command work in the article buffer, too (bug#40548).
This commit is contained in:
parent
e9d359af41
commit
e68a455afb
1 changed files with 2 additions and 1 deletions
|
|
@ -4406,6 +4406,7 @@ If variable `gnus-use-long-file-name' is non-nil, it is
|
|||
|
||||
"e" gnus-article-read-summary-keys
|
||||
"\C-d" gnus-article-read-summary-keys
|
||||
"\C-c\C-f" gnus-summary-mail-forward
|
||||
"\M-*" gnus-article-read-summary-keys
|
||||
"\M-#" gnus-article-read-summary-keys
|
||||
"\M-^" gnus-article-read-summary-keys
|
||||
|
|
@ -6674,7 +6675,7 @@ not have a face in `gnus-article-boring-faces'."
|
|||
(interactive "P")
|
||||
(gnus-article-check-buffer)
|
||||
(let ((nosaves
|
||||
'("q" "Q" "r" "\C-c\C-f" "m" "a" "f" "WDD" "WDW"
|
||||
'("q" "Q" "r" "m" "a" "f" "WDD" "WDW"
|
||||
"Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
|
||||
"=" "^" "\M-^" "|"))
|
||||
(nosave-but-article
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue