Mercurial > emacs
diff lisp/electric.el @ 49588:37645a051842
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 11:26:42 +0000 |
parents | 253f761ad37b |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/electric.el Tue Feb 04 10:58:53 2003 +0000 +++ b/lisp/electric.el Tue Feb 04 11:26:42 2003 +0000 @@ -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