emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f3e0da2: Remove superfluous code from the previous '' sql string


From: Lars Ingebrigtsen
Subject: master f3e0da2: Remove superfluous code from the previous '' sql string fix
Date: Sun, 9 Aug 2020 04:42:08 -0400 (EDT)

branch: master
commit f3e0da29a248a2dc7dd7d640f8280b10bfc288f9
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 8e3191c..a70b5ed 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]