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

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

[nongnu] elpa/gnuplot b57caf808e: Comint convention is run-<something>


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot b57caf808e: Comint convention is run-<something>
Date: Sun, 1 Jan 2023 08:59:14 -0500 (EST)

branch: elpa/gnuplot
commit b57caf808ed86865a650bf44f00cb96e2d643405
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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