diff options
| author | ShengHuo ZHU | 2002-04-08 17:16:21 +0000 |
|---|---|---|
| committer | ShengHuo ZHU | 2002-04-08 17:16:21 +0000 |
| commit | 81ceefe2ae631e7aa9c8e81b009d21a1e4022a07 (patch) | |
| tree | 897df9bb6e42eee35ce67f5c29f086e5307edd91 | |
| parent | a0ad186021d7c1cc86555e7de2877b4e57b9fca5 (diff) | |
| download | emacs-81ceefe2ae631e7aa9c8e81b009d21a1e4022a07.tar.gz emacs-81ceefe2ae631e7aa9c8e81b009d21a1e4022a07.zip | |
* gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ec62fc26e8c..3180eb10df4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-04-08 ShengHuo ZHU <zsh@cs.rochester.edu> | ||
| 2 | |||
| 3 | * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo. | ||
| 4 | |||
| 1 | 2002-04-02 ShengHuo ZHU <zsh@cs.rochester.edu> | 5 | 2002-04-02 ShengHuo ZHU <zsh@cs.rochester.edu> |
| 2 | 6 | ||
| 3 | * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first. | 7 | * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first. |
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 5ce4dd6ad2f..f75c58a50e3 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -6518,7 +6518,7 @@ If ALL is non-nil, limit strictly to unread articles." | |||
| 6518 | 6518 | ||
| 6519 | (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-exclude-marks) | 6519 | (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-exclude-marks) |
| 6520 | (make-obsolete 'gnus-summary-delete-marked-with | 6520 | (make-obsolete 'gnus-summary-delete-marked-with |
| 6521 | 'gnus-summary-limit-exlude-marks) | 6521 | 'gnus-summary-limit-exclude-marks) |
| 6522 | 6522 | ||
| 6523 | (defun gnus-summary-limit-exclude-marks (marks &optional reverse) | 6523 | (defun gnus-summary-limit-exclude-marks (marks &optional reverse) |
| 6524 | "Exclude articles that are marked with MARKS (e.g. \"DK\"). | 6524 | "Exclude articles that are marked with MARKS (e.g. \"DK\"). |