mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
lisp/*.el: Lexical-binding cleanup.
This commit is contained in:
parent
04c569546a
commit
06b605171f
106 changed files with 1290 additions and 831 deletions
|
|
@ -63,11 +63,12 @@
|
|||
;; conditions for any error that occurred or nil if none.
|
||||
|
||||
(defun Electric-command-loop (return-tag
|
||||
&optional prompt inhibit-quit
|
||||
&optional prompt inhibit-quitting
|
||||
loop-function loop-state)
|
||||
|
||||
(let (cmd
|
||||
(err nil)
|
||||
(inhibit-quit inhibit-quitting)
|
||||
(prompt-string prompt))
|
||||
(while t
|
||||
(if (functionp prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue