diff options
| author | David Kastrup | 2007-07-14 09:12:16 +0000 |
|---|---|---|
| committer | David Kastrup | 2007-07-14 09:12:16 +0000 |
| commit | 016d1c7104117802a7c66d834624e7cbe65da0a3 (patch) | |
| tree | 3d47042d4f4b3dee11a60ffb8ba847cfa47be8bb | |
| parent | a34756594c103fb8ed8b119d2d7cac311465ba83 (diff) | |
| download | emacs-016d1c7104117802a7c66d834624e7cbe65da0a3.tar.gz emacs-016d1c7104117802a7c66d834624e7cbe65da0a3.zip | |
(gnus-mime-delete-part): Don't go through article-edit
finishing actions if we did not edit the article.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 6ff604ab53f..30b787acf41 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-07-14 David Kastrup <dak@gnu.org> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit | ||
| 4 | finishing actions if we did not edit the article. | ||
| 5 | |||
| 1 | 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org> | 6 | 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 7 | ||
| 3 | * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles | 8 | * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index cbfa6bded93..020bd283189 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -4408,11 +4408,11 @@ Deleting parts may malfunction or destroy the article; continue? ") | |||
| 4408 | (gnus-summary-edit-article-done | 4408 | (gnus-summary-edit-article-done |
| 4409 | ,(or (mail-header-references gnus-current-headers) "") | 4409 | ,(or (mail-header-references gnus-current-headers) "") |
| 4410 | ,(gnus-group-read-only-p) | 4410 | ,(gnus-group-read-only-p) |
| 4411 | ,gnus-summary-buffer no-highlight))))) | 4411 | ,gnus-summary-buffer no-highlight)))) |
| 4412 | ;; Not in `gnus-mime-save-part-and-strip': | 4412 | ;; Not in `gnus-mime-save-part-and-strip': |
| 4413 | (gnus-article-edit-done) | 4413 | (gnus-article-edit-done) |
| 4414 | (gnus-summary-expand-window) | 4414 | (gnus-summary-expand-window) |
| 4415 | (gnus-summary-show-article)) | 4415 | (gnus-summary-show-article))) |
| 4416 | 4416 | ||
| 4417 | (defun gnus-mime-save-part () | 4417 | (defun gnus-mime-save-part () |
| 4418 | "Save the MIME part under point." | 4418 | "Save the MIME part under point." |