]> code.delx.au - gnu-emacs/blobdiff - src/lisp.h
'text-quoting-style' now affects only ` and '
[gnu-emacs] / src / lisp.h
index de74a47e3d35f6b8d55488e76897a6a4bd4b7b94..1fc6130be0b1fc4f899ab31523e2d280e12fbcd5 100644 (file)
@@ -4198,9 +4198,6 @@ extern void syms_of_callproc (void);
 /* Defined in doc.c.  */
 enum text_quoting_style
   {
-    /* Leave quotes unchanged.  */
-    LEAVE_QUOTING_STYLE,
-
     /* Use curved single quotes ‘like this’.  */
     CURVE_QUOTING_STYLE,