# HG changeset patch # User Juanma Barranquero # Date 1120447526 0 # Node ID 68f51d595f7f9b71486d4ea7d6891367b33eff63 # Parent d700ccca5bd47e2b0199977c6344021472009013 (SQL): Finish `defgroup' description with period. (sql-copy-column): "?\ " -> "?\s". diff -r d700ccca5bd4 -r 68f51d595f7f lisp/progmodes/sql.el --- a/lisp/progmodes/sql.el Mon Jul 04 03:24:03 2005 +0000 +++ b/lisp/progmodes/sql.el Mon Jul 04 03:25:26 2005 +0000 @@ -221,7 +221,7 @@ ;;; Allow customization (defgroup SQL nil - "Running a SQL interpreter from within Emacs buffers" + "Running a SQL interpreter from within Emacs buffers." :version "20.4" :group 'processes) @@ -2077,7 +2077,7 @@ (insert ", ")) ;; else insert a space (t - (if (eq (preceding-char) ? ) + (if (eq (preceding-char) ?\s) nil (insert " "))))) ;; in any case, insert the column