emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/dash 5d7077a 070/316: Set text-quoting-style


From: ELPA Syncer
Subject: [elpa] externals/dash 5d7077a 070/316: Set text-quoting-style
Date: Mon, 15 Feb 2021 15:57:28 -0500 (EST)

branch: externals/dash
commit 5d7077a7b4c6697f6e6731ea640ec999250878bf
Author: Wilfred Hughes <me@wilfred.me.uk>
Commit: Wilfred Hughes <me@wilfred.me.uk>

    Set text-quoting-style
    
    This enables us to generate docs on newer (25+) Emacsen.
    
    Fixes #192.
---
 dev/examples-to-docs.el | 2 ++
 dev/examples-to-info.el | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev/examples-to-docs.el b/dev/examples-to-docs.el
index 46c66f5..2a52375 100644
--- a/dev/examples-to-docs.el
+++ b/dev/examples-to-docs.el
@@ -25,6 +25,8 @@
 (require 'dash-functional)
 (require 'help-fns)
 
+(setq text-quoting-style 'grave)
+
 (defvar functions '())
 
 (defun example-to-string (example)
diff --git a/dev/examples-to-info.el b/dev/examples-to-info.el
index 534de11..8c940be 100644
--- a/dev/examples-to-info.el
+++ b/dev/examples-to-info.el
@@ -25,6 +25,8 @@
 (require 'dash-functional)
 (require 'help-fns)
 
+(setq text-quoting-style 'grave)
+
 (defvar functions '())
 
 (defun example-to-string (example)



reply via email to

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