diff options
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 9b91f9f85e7..66c9fbea871 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -6672,7 +6672,7 @@ not have a face in `gnus-article-boring-faces'." | |||
| 6672 | (interactive "P") | 6672 | (interactive "P") |
| 6673 | (gnus-article-check-buffer) | 6673 | (gnus-article-check-buffer) |
| 6674 | (let ((nosaves | 6674 | (let ((nosaves |
| 6675 | '("q" "Q" "c" "r" "\C-c\C-f" "m" "a" "f" | 6675 | '("q" "Q" "c" "r" "\C-c\C-f" "m" "a" "f" "WDD" "WDW" |
| 6676 | "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP" | 6676 | "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP" |
| 6677 | "=" "^" "\M-^" "|")) | 6677 | "=" "^" "\M-^" "|")) |
| 6678 | (nosave-but-article | 6678 | (nosave-but-article |