mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
This commit is contained in:
parent
9233865b70
commit
698ff554ac
59 changed files with 915 additions and 818 deletions
|
|
@ -6485,7 +6485,7 @@ pass the elements of (cdr ARGS) as the remaining arguments."
|
|||
(set-window-dedicated-p window t)
|
||||
window)))))
|
||||
|
||||
(defcustom special-display-function 'special-display-popup-frame
|
||||
(defcustom special-display-function #'special-display-popup-frame
|
||||
"Function to call for displaying special buffers.
|
||||
This function is called with two arguments - the buffer and,
|
||||
optionally, a list - and should return a window displaying that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue