branch: elpa/gnuplot
commit b57caf808ed86865a650bf44f00cb96e2d643405
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Comint convention is run-<something>
---
 gnuplot.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 2080ee9207..fea098e754 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -2079,15 +2079,12 @@ following in your .emacs file:
   (gnuplot-mode))
 
 ;;;###autoload
-(defun gnuplot-run ()
+(defun run-gnuplot ()
   "Run an inferior Gnuplot process."
   (interactive)
   (gnuplot-make-gnuplot-buffer)
   (pop-to-buffer gnuplot-buffer))
 
-;;;###autoload
-(define-obsolete-function-alias 'run-gnuplot 'gnuplot-run "0.8.0")
-
 ;;; That's it! ----------------------------------------------------------------
 
 (provide 'gnuplot)

Reply via email to