diff options
| author | Stefan Monnier | 2019-06-26 10:24:59 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-06-26 10:24:59 -0400 |
| commit | 0b4e003766f15225dede9bdba4ead33e493856e2 (patch) | |
| tree | 99de57fe8feeca540f398acb232b75e9c802418c /lisp/window.el | |
| parent | 699fce296b13d7db386b1cb5cecf2710e5196691 (diff) | |
| download | emacs-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.el | 2 |
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. |
| 6490 | This function is called with two arguments - the buffer and, | 6490 | This function is called with two arguments - the buffer and, |
| 6491 | optionally, a list - and should return a window displaying that | 6491 | optionally, a list - and should return a window displaying that |