File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 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.
121115This 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
You can’t perform that action at this time.
0 commit comments