]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 8 Apr 2002 17:16:21 +0000 (17:16 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 8 Apr 2002 17:16:21 +0000 (17:16 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index ec62fc26e8cb0a0bbf5f8be20ec6f125fc40ad95..3180eb10df430f9d3030627aed618c68ee28e1c7 100644 (file)
@@ -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.
index 5ce4dd6ad2fee920fd64a45bad034615b2fd7ac1..f75c58a50e31ace826ff34ce80ca220679840219 100644 (file)
@@ -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\").