Skip to content

Commit fe7ce76

Browse files
committed
Remove obsolete hook
1 parent 9d538c8 commit fe7ce76

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
@@ -110,12 +110,6 @@
110110
:group 'gnuplot-hooks
111111
:type 'hook)
112112

113-
(defvar gnuplot-load-hook nil)
114-
(make-obsolete-variable
115-
'gnuplot-load-hook
116-
"The package loading hook has been removed, use `with-eval-after-load' instead."
117-
"0.8.0")
118-
119113
(defcustom gnuplot-after-plot-hook (list #'gnuplot-trim-gnuplot-buffer)
120114
"Hook run after gnuplot plots something.
121115
This is the last thing done by the functions for plotting a line, a
@@ -992,10 +986,7 @@ These are highlighted using `font-lock-constant-face'.")
992986
;;
993987
;; The following syntax-propertize rules should accurately mark string
994988
;; and comment boundaries using the "generic string fence" and
995-
;; "generic comment fence" syntax properties. When syntax-propertize
996-
;; is unavailable (on Emacs versions <24), we fall back to using the
997-
;; normal syntax-table parser, which is accurate enough for most
998-
;; normal cases. (See the definition of `gnuplot-mode-syntax-table'.)
989+
;; "generic comment fence" syntax properties.
999990
(defalias 'gnuplot-syntax-propertize
1000991
(syntax-propertize-rules
1001992
;; Double quoted strings

0 commit comments

Comments
 (0)