]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove superfluous code from the previous '' sql string fix
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Aug 2020 08:41:59 +0000 (10:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 Aug 2020 08:41:59 +0000 (10:41 +0200)
* lisp/progmodes/sql.el (sql-mode): Remove setting that's now
superfluous from previous check-in.

lisp/progmodes/sql.el

index 8e3191c9b41686aec4626c6e76e53ffdb634e084..a70b5ed60d64e4092b9caf2c2860a160385791b8 100644 (file)
@@ -4230,7 +4230,6 @@ must tell Emacs.  Here's how to do that in your init file:
   ;; 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