branch: elpa/gnuplot commit e54c9107beb2a652d708a134533f370c39775f34 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Fix mode definition --- gnuplot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuplot.el b/gnuplot.el index 8d4b511297..b8249f1cf0 100644 --- a/gnuplot.el +++ b/gnuplot.el @@ -1974,7 +1974,7 @@ shown." ;;; --- autoloaded functions: gnuplot-mode and gnuplot-make-buffer ;;;###autoload -(define-derived-mode gnuplot-mode prog-mode +(define-derived-mode gnuplot-mode prog-mode "Gnuplot" "Major mode for editing and executing GNUPLOT scripts. This was written with version 4.6 of gnuplot in mind, but should work with newer and older versions.