1
Fork 0
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:
Juanma Barranquero 2011-04-19 15:44:55 +02:00
parent 04c569546a
commit 06b605171f
106 changed files with 1290 additions and 831 deletions

View file

@ -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)