diff options
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index d4678a7e3e2..87a151b4808 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -55,8 +55,8 @@ &optional prompt inhibit-quit loop-function loop-state) - (let (cmd - (err nil) + (let (cmd + (err nil) (prompt-string prompt)) (while t (if (not (or (stringp prompt) (eq prompt nil) (eq prompt 'noprompt))) @@ -123,7 +123,7 @@ (ding) (throw return-tag nil)) -;; This function is like pop-to-buffer, sort of. +;; This function is like pop-to-buffer, sort of. ;; The algorithm is ;; If there is a window displaying buffer ;; Select it |