]> git.eshelyaron.com Git - emacs.git/commit
Fix sending input to SQL when point is not at EOB
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Apr 2024 08:53:26 +0000 (11:53 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:05:17 +0000 (14:05 +0300)
commitb74ea34742a3659dcbd73a98a835d948c2a67f5c
tree7a75dc2870d79236d3c4df75e9f51a6934536f69
parentb9c4ca9bd5e12a160f63d2aea8c26b1b4d5ca4df
Fix sending input to SQL when point is not at EOB

* lisp/progmodes/sql.el (sql-send-string): Move point to EOB
before sending input to the SQL process.  Suggested by Gary Hollis
<ghollisjr@gmail.com>.  (Bug#69420)

(cherry picked from commit bb9d81d5144ae497809c416eef91d126f8ac5df5)
lisp/progmodes/sql.el