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

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

[nongnu] elpa/gnuplot a50ac2b 119/184: Add autoloaded `run-gnuplot` comm


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot a50ac2b 119/184: Add autoloaded `run-gnuplot` command
Date: Sun, 29 Aug 2021 11:03:28 -0400 (EDT)

branch: elpa/gnuplot
commit a50ac2bdf2bb7ae2e9b573a7fa047092ae5fda71
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Add autoloaded `run-gnuplot` command
---
 gnuplot.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnuplot.el b/gnuplot.el
index bbfb649..669e486 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -3174,6 +3174,13 @@ following in your .emacs file:
   (switch-to-buffer gnuplot-gnuplot-buffer)
   (gnuplot-mode))
 
+;;;###autoload
+(defun run-gnuplot ()
+  "Run an inferior Gnuplot process."
+  (interactive)
+  (gnuplot-make-gnuplot-buffer)
+  (pop-to-buffer gnuplot-buffer))
+
 (defun gnuplot-show-version ()
   "Show version number in echo area"
   (interactive)



reply via email to

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