Mercurial > emacs
changeset 64052:68f51d595f7f
(SQL): Finish `defgroup' description with period.
(sql-copy-column): "?\ " -> "?\s".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Jul 2005 03:25:26 +0000 |
parents | d700ccca5bd4 |
children | fd24f2ae0e10 |
files | lisp/progmodes/sql.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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