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

    Remove dysfunctional gnuplot-comint-setup-hook
---
 gnuplot.el | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 5f358d132f..ba52663f28 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -117,17 +117,8 @@ region, a buffer, or a file."
   :group 'gnuplot-hooks
   :type 'hook)
 
-;; comint hook suggested by <DB>
-(defcustom gnuplot-comint-setup-hook nil
-  "Hook run after setting up the gnuplot buffer in comint mode.
-So the configuration can be customised by the user."
-  :group 'gnuplot-hooks
-  :type 'hook)
-
 (defcustom gnuplot-comint-mode-hook nil
-  "Hook run after setting up the gnuplot buffer in `gnuplot-comint-mode'.
-By default this runs the hook named `gnuplot-comint-setup-hook',
-for backward compatibility."
+  "Hook run after setting up the gnuplot buffer in `gnuplot-comint-mode'."
   :group 'gnuplot-hooks
   :type 'hook)
 

Reply via email to