From f3e0da29a248a2dc7dd7d640f8280b10bfc288f9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 9 Aug 2020 10:41:59 +0200 Subject: [PATCH] Remove superfluous code from the previous '' sql string fix * lisp/progmodes/sql.el (sql-mode): Remove setting that's now superfluous from previous check-in. --- lisp/progmodes/sql.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 8e3191c9b41..a70b5ed60d6 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -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 -- 2.39.2