summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-07-26 13:10:13 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-07-26 13:10:13 +0200
commita31ea934324e838840bc07f18d2f6adcb06d5bf4 (patch)
treec1969ede559f516fd4899ce8efaf1f98188a2268 /lisp/dired.el
parent3a373bc2357d5676dbb60f311fce84597a22a9bd (diff)
downloademacs-a31ea934324e838840bc07f18d2f6adcb06d5bf4.tar.gz
emacs-a31ea934324e838840bc07f18d2f6adcb06d5bf4.tar.bz2
emacs-a31ea934324e838840bc07f18d2f6adcb06d5bf4.zip
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).
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
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))