Mercurial > emacs
changeset 24591:3b18314f27d6
(sql-send-paragraph): Delete duplicate definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 08 Apr 1999 01:42:50 +0000 |
parents | d607db83cf72 |
children | 0174ec53341d |
files | lisp/progmodes/sql.el |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/sql.el Thu Apr 08 01:41:12 1999 +0000 +++ b/lisp/progmodes/sql.el Thu Apr 08 01:42:50 1999 +0000 @@ -812,17 +812,6 @@ (point)))) (sql-send-region start end))) -(defun sql-send-paragraph () - "Send the current paragraph to the SQL process." - (interactive) - (let ((start (save-excursion - (backward-paragraph) - (point))) - (end (save-excursion - (forward-paragraph) - (point)))) - (sql-send-region start end))) - (defun sql-send-buffer () "Send the buffer contents to the SQL process." (interactive)