aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el
diff options
context:
space:
mode:
authorStefan Monnier2019-06-26 10:24:59 -0400
committerStefan Monnier2019-06-26 10:24:59 -0400
commit0b4e003766f15225dede9bdba4ead33e493856e2 (patch)
tree99de57fe8feeca540f398acb232b75e9c802418c /lisp/window.el
parent699fce296b13d7db386b1cb5cecf2710e5196691 (diff)
downloademacs-0b4e003766f15225dede9bdba4ead33e493856e2.tar.gz
emacs-0b4e003766f15225dede9bdba4ead33e493856e2.zip
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
This reverts commit 698ff554ac2699ec48fefc85a1307cbc4a183b0d.
Diffstat (limited to 'lisp/window.el')
-rw-r--r--lisp/window.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 00523d57cd8..726d022dfe9 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -6485,7 +6485,7 @@ pass the elements of (cdr ARGS) as the remaining arguments."
6485 (set-window-dedicated-p window t) 6485 (set-window-dedicated-p window t)
6486 window))))) 6486 window)))))
6487 6487
6488(defcustom special-display-function #'special-display-popup-frame 6488(defcustom special-display-function 'special-display-popup-frame
6489 "Function to call for displaying special buffers. 6489 "Function to call for displaying special buffers.
6490This function is called with two arguments - the buffer and, 6490This function is called with two arguments - the buffer and,
6491optionally, a list - and should return a window displaying that 6491optionally, a list - and should return a window displaying that