* lisp/progmodes/sql.el (sql-mode): Remove setting that's now
superfluous from previous check-in.
;; escaped apostrophes within strings:
(setq-local syntax-propertize-function
sql--syntax-propertize-escaped-apostrophe)
- (setq-local parse-sexp-lookup-properties t) ; just to make sure it is used
;; Set syntax and font-face highlighting
;; Catch changes to sql-product and highlight accordingly
(sql-set-product (or sql-product 'ansi)) ; Fixes bug#13591