aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el
diff options
context:
space:
mode:
authorStefan Monnier2019-06-26 10:03:48 -0400
committerStefan Monnier2019-06-26 10:03:48 -0400
commit698ff554ac2699ec48fefc85a1307cbc4a183b0d (patch)
treea7b7592f7973f81cad4410366d313e790616907e /lisp/window.el
parent9233865b7005831e63755eb84ae7da060f878a55 (diff)
downloademacs-698ff554ac2699ec48fefc85a1307cbc4a183b0d.tar.gz
emacs-698ff554ac2699ec48fefc85a1307cbc4a183b0d.zip
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
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 726d022dfe9..00523d57cd8 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