Skip to content

Commit b57caf8

Browse files
committed
Comint convention is run-<something>
1 parent fe7ce76 commit b57caf8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gnuplot.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2079,15 +2079,12 @@ following in your .emacs file:
20792079
(gnuplot-mode))
20802080

20812081
;;;###autoload
2082-
(defun gnuplot-run ()
2082+
(defun run-gnuplot ()
20832083
"Run an inferior Gnuplot process."
20842084
(interactive)
20852085
(gnuplot-make-gnuplot-buffer)
20862086
(pop-to-buffer gnuplot-buffer))
20872087

2088-
;;;###autoload
2089-
(define-obsolete-function-alias 'run-gnuplot 'gnuplot-run "0.8.0")
2090-
20912088
;;; That's it! ----------------------------------------------------------------
20922089

20932090
(provide 'gnuplot)

0 commit comments

Comments
 (0)