From: Richard M. Stallman Date: Thu, 8 Apr 1999 01:42:50 +0000 (+0000) Subject: (sql-send-paragraph): Delete duplicate definition. X-Git-Tag: emacs-20.4~358 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5a3d64826b2c97bba560620c02ee553a3b7a5d6;p=emacs.git (sql-send-paragraph): Delete duplicate definition. --- diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index d16e9fb1f29..f1e66cbbd38 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -812,17 +812,6 @@ Inserts SELECT or commas if appropriate." (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)