Make an rmail compat alias obsolete
* lisp/mail/rmailsum.el (rmail-summary-output-to-rmail-file): Make compat alias obsolete.
This commit is contained in:
parent
e8613adb0d
commit
b5145fc66d
1 changed files with 3 additions and 2 deletions
|
|
@ -1727,8 +1727,6 @@ even if the header display is currently pruned."
|
|||
(if (< i n)
|
||||
(rmail-summary-next-msg 1))))))
|
||||
|
||||
(defalias 'rmail-summary-output-to-rmail-file 'rmail-summary-output)
|
||||
|
||||
(declare-function rmail-output-as-seen "rmailout"
|
||||
(file-name &optional count noattribute from-gnus))
|
||||
|
||||
|
|
@ -1874,6 +1872,9 @@ the summary is only showing a subset of messages."
|
|||
(funcall sortfun reverse))
|
||||
(select-window selwin))))
|
||||
|
||||
(define-obsolete-function-alias 'rmail-summary-output-to-rmail-file
|
||||
#'rmail-summary-output "29.1")
|
||||
|
||||
(provide 'rmailsum)
|
||||
|
||||
;;; rmailsum.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue