From: Lars Ingebrigtsen Date: Fri, 26 Jul 2019 11:10:13 +0000 (+0200) Subject: Fix obsoletion notice in dired-pop-to-buffer X-Git-Tag: emacs-27.0.90~1817^2~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a31ea934324e838840bc07f18d2f6adcb06d5bf4;p=emacs.git Fix obsoletion notice in dired-pop-to-buffer * lisp/dired.el (dired-pop-to-buffer): `dired-mark-pop-up' doesn't seem to have anything to do with this function, so saying that it's a replacement seems misleading (bug#26243). --- diff --git a/lisp/dired.el b/lisp/dired.el index c455a5cde46..1cd9ae50aa8 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -3314,7 +3314,7 @@ or \"* [3 files]\"." (defun dired-pop-to-buffer (buf) "Pop up buffer BUF in a way suitable for Dired." - (declare (obsolete dired-mark-pop-up "24.3")) + (declare (obsolete nil "24.3")) (let ((split-window-preferred-function (lambda (window) (or (and (let ((split-height-threshold 0))