emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deleting functions and variables obsolete since 24.1--24.3


From: Juri Linkov
Subject: Re: Deleting functions and variables obsolete since 24.1--24.3
Date: Sun, 21 Aug 2022 19:16:10 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> Please see the scratch/obsolete-24.3 branch.  If there are no protests,
> I will push it to master in a month or so.

I noticed this comment in the branch:

  diff --git a/lisp/proced.el b/lisp/proced.el
  index a27638d367..29e2860fba 100644
  --- a/lisp/proced.el
  +++ b/lisp/proced.el
  @@ -1768,6 +1768,8 @@ proced-with-processes-buffer
          (save-window-excursion
            ;; Analogous to `dired-pop-to-buffer'
            ;; Don't split window horizontally.  (Bug#1806)
  +         ;; FIXME: `dired-pop-to-buffer' was removed.  Should we just
  +         ;;        use `pop-to-buffer' here also?
            (display-buffer (current-buffer)
                            '(display-buffer-in-direction
                              (direction . bottom)

But the obsolesce message in etc/NEWS.24 informs:

  ** The following functions and variables are obsolete:
  *** 'dired-pop-to-buffer' (use 'dired-mark-pop-up')

So the replacement is 'dired-mark-pop-up' rather than `pop-to-buffer'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]