Skip to content

Commit a177a72

Browse files
committed
Cleanup major mode
1 parent e54c910 commit a177a72

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
@@ -2020,16 +2020,7 @@ a list:
20202020
not yet supported by the GUI generate messages printed in grey
20212021
text.
20222022
5. The GUI handling of \"hidden3d\" is flaky and \"cntrparam\" is
2023-
unsupported.
2024-
2025-
------O------
2026-
2027-
Key bindings:
2028-
\\{gnuplot-mode-map}"
2029-
(kill-all-local-variables)
2030-
(use-local-map gnuplot-mode-map)
2031-
(setq major-mode 'gnuplot-mode
2032-
mode-name "Gnuplot")
2023+
unsupported."
20332024
(setq-local comment-start "# ")
20342025
(setq-local comment-end "")
20352026
(setq-local comment-column 32)

0 commit comments

Comments
 (0)