Skip to content

Commit b0de983

Browse files
committed
Remove dysfunctional gnuplot-comint-setup-hook
1 parent d2f5945 commit b0de983

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

gnuplot.el

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,8 @@ region, a buffer, or a file."
117117
:group 'gnuplot-hooks
118118
:type 'hook)
119119

120-
;; comint hook suggested by <DB>
121-
(defcustom gnuplot-comint-setup-hook nil
122-
"Hook run after setting up the gnuplot buffer in comint mode.
123-
So the configuration can be customised by the user."
124-
:group 'gnuplot-hooks
125-
:type 'hook)
126-
127120
(defcustom gnuplot-comint-mode-hook nil
128-
"Hook run after setting up the gnuplot buffer in `gnuplot-comint-mode'.
129-
By default this runs the hook named `gnuplot-comint-setup-hook',
130-
for backward compatibility."
121+
"Hook run after setting up the gnuplot buffer in `gnuplot-comint-mode'."
131122
:group 'gnuplot-hooks
132123
:type 'hook)
133124

0 commit comments

Comments
 (0)