1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"

This reverts commit 698ff554ac.
This commit is contained in:
Stefan Monnier 2019-06-26 10:24:59 -04:00
parent 699fce296b
commit 0b4e003766
59 changed files with 818 additions and 915 deletions

View file

@ -2221,7 +2221,7 @@ TYPE is the type of the wrapper to be added. Can be :before or :under."
(defun completion-before-command ()
(funcall (or (and (symbolp this-command)
(get this-command 'completion-function))
#'use-completion-under-or-before-point)))
'use-completion-under-or-before-point)))
;; Lisp mode diffs.