emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105503: Remove some commented-out ob


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105503: Remove some commented-out obsoletion declarations from window.el.
Date: Sat, 20 Aug 2011 12:10:05 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105503
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sat 2011-08-20 12:10:05 +0200
message:
  Remove some commented-out obsoletion declarations from window.el.
modified:
  lisp/window.el
=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-08-20 10:02:04 +0000
+++ b/lisp/window.el    2011-08-20 10:10:05 +0000
@@ -6121,8 +6121,6 @@
                    (and (consp regexp) (stringp (car regexp))
                         (string-match-p (car regexp) buffer-name)))
            (throw 'found t))))))))
-;; (make-obsolete
- ;; 'same-window-p "pass argument to buffer display function instead." "24.1")
 
 (defcustom special-display-frame-alist
   '((height . 14) (width . 80) (unsplittable . t))
@@ -6185,9 +6183,6 @@
         (set-window-buffer (frame-selected-window frame) buffer)
         (set-window-dedicated-p (frame-selected-window frame) t)
         (frame-selected-window frame))))))
-;; (make-obsolete
- ;; 'special-display-popup-frame
- ;; "use 2nd arg of `display-buffer' instead." "24.1")
 
 (defcustom special-display-function 'special-display-popup-frame
   "Function to call for displaying special buffers.
@@ -6363,9 +6358,6 @@
           ((and (consp regexp) (stringp (car regexp))
                 (string-match-p (car regexp) buffer-name))
            (throw 'found (cdr regexp))))))))))
-;; (make-obsolete
- ;; 'special-display-p
- ;; "pass argument to buffer display function instead." "24.1")
 
 (defcustom pop-up-frame-alist nil
   "Alist of parameters for automatically generated new frames.
@@ -6530,8 +6522,6 @@
                 (max split-height-threshold
                      (* 2 (max window-min-height
                                (if mode-line-format 2 1))))))))))
-;; (make-obsolete
- ;; 'window-splittable-p "use 2nd arg of `display-buffer' instead." "24.1")
 
 (defun split-window-sensibly (window)
   "Split WINDOW in a way suitable for `display-buffer'.
@@ -6581,8 +6571,6 @@
             (when (with-no-warnings (window-splittable-p window))
               (with-selected-window window
                 (split-window-vertically)))))))
-;; (make-obsolete
- ;; 'split-window-sensibly "use 2nd arg of `display-buffer' instead." "24.1")
 
 ;; Functions for converting Emacs 23 buffer display options to buffer
 ;; display specifiers.


reply via email to

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