branch: elpa/gnuplot
commit a276f0d6424aa45950714ab45c180e2cd8b4540f
Author: Jonathan Oddie <[email protected]>
Commit: Jonathan Oddie <[email protected]>

    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