]> git.eshelyaron.com Git - emacs.git/commitdiff
(sql-send-paragraph): Delete duplicate definition.
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Apr 1999 01:42:50 +0000 (01:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Apr 1999 01:42:50 +0000 (01:42 +0000)
lisp/progmodes/sql.el

index d16e9fb1f290d3380371b8f7d98574baadeb3728..f1e66cbbd386ad634d118c6e9915e9cb3b05fbff 100644 (file)
@@ -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)