mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-07 08:00:48 -08:00
gnus-article-read-summary-keys: Don't move point for WDD and WDW commands
* lisp/gnus/gnus-art.el (gnus-article-read-summary-keys): No need to restore window config for WDD and WDW commands.
This commit is contained in:
parent
2a058b7ef8
commit
c404bc733a
1 changed files with 1 additions and 1 deletions
|
|
@ -6672,7 +6672,7 @@ not have a face in `gnus-article-boring-faces'."
|
|||
(interactive "P")
|
||||
(gnus-article-check-buffer)
|
||||
(let ((nosaves
|
||||
'("q" "Q" "c" "r" "\C-c\C-f" "m" "a" "f"
|
||||
'("q" "Q" "c" "r" "\C-c\C-f" "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