Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
11994f9b
Commit
11994f9b
authored
Aug 20, 2011
by
Martin Rudalics
Browse files
Remove some commented-out obsoletion declarations from window.el.
parent
13009bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
lisp/window.el
lisp/window.el
+0
-12
No files found.
lisp/window.el
View file @
11994f9b
...
...
@@ -6121,8 +6121,6 @@ selected rather than \(as usual\) some other window. See
(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 @@ and (cdr ARGS) as the rest of the arguments."
(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 @@ entry."
((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 @@ hold:
(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 @@ split."
(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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment