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

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

[nongnu] elpa/gnuplot a276f0d 033/184: Fix bug #8: remove `eval-when-com


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot a276f0d 033/184: Fix bug #8: remove `eval-when-compile' from definition of `gnuplot-make-regexp'
Date: Sun, 29 Aug 2021 11:03:10 -0400 (EDT)

branch: elpa/gnuplot
commit a276f0d6424aa45950714ab45c180e2cd8b4540f
Author: Jonathan Oddie <j.j.oddie@gmail.com>
Commit: Jonathan Oddie <j.j.oddie@gmail.com>

    Fix bug #8: remove `eval-when-compile' from definition of 
`gnuplot-make-regexp'
---
 gnuplot.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 2d3cf19..ae8a391 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -1558,8 +1558,7 @@ characters.")
 ;; words.  Although gnuplot will recognise unique abbreviations, these
 ;; regular expressions will not.
 (defmacro gnuplot-make-regexp (list)
-  `(eval-when-compile
-     (regexp-opt ,list 'words)))
+  `(regexp-opt ,list 'words))
 
 ;; Lists of gnuplot keywords for syntax coloring etc.
 (defvar gnuplot-keywords-builtin-functions



reply via email to

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