summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/sql.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 4d291c3bde8..64651aff114 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -2715,17 +2715,6 @@ adds a fontification pattern to fontify identifiers ending in
(sql-highlight-product))
-;;; Compatibility functions
-
-(if (not (fboundp 'comint-line-beginning-position))
- ;; comint-line-beginning-position is defined in Emacs 21
- (defun comint-line-beginning-position ()
- "Return the buffer position of the beginning of the line, after any prompt.
-The prompt is assumed to be any text at the beginning of the line
-matching the regular expression `comint-prompt-regexp', a buffer
-local variable."
- (save-excursion (comint-bol nil) (point))))
-
;;; SMIE support
;; Needs a lot more love than I can provide. --Stef