mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
* gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
This commit is contained in:
parent
a0ad186021
commit
81ceefe2ae
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2002-04-08 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
|
||||
|
||||
2002-04-02 ShengHuo ZHU <zsh@cs.rochester.edu>
|
||||
|
||||
* gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
|
||||
|
|
|
|||
|
|
@ -6518,7 +6518,7 @@ If ALL is non-nil, limit strictly to unread articles."
|
|||
|
||||
(defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-exclude-marks)
|
||||
(make-obsolete 'gnus-summary-delete-marked-with
|
||||
'gnus-summary-limit-exlude-marks)
|
||||
'gnus-summary-limit-exclude-marks)
|
||||
|
||||
(defun gnus-summary-limit-exclude-marks (marks &optional reverse)
|
||||
"Exclude articles that are marked with MARKS (e.g. \"DK\").
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue