# HG changeset patch # User Richard M. Stallman # Date 923535770 0 # Node ID 3b18314f27d66cb31d4b3bf354b9ad60df5a320c # Parent d607db83cf722b6ac5ffae04b160476fe8455fd8 (sql-send-paragraph): Delete duplicate definition. diff -r d607db83cf72 -r 3b18314f27d6 lisp/progmodes/sql.el --- 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)