Skip to content

Commit a950dcb

Browse files
committed
Remove Local variables
1 parent dad0462 commit a950dcb

File tree

6 files changed

+0
-22
lines changed

6 files changed

+0
-22
lines changed

gnuplot-context.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,4 @@ distribution. See gnuplot-context.el for details."
22152215
(remove-hook 'eldoc-documentation-functions #'gnuplot-eldoc-function 'local)))
22162216

22172217
(provide 'gnuplot-context)
2218-
;; Local Variables:
2219-
;; indent-tabs-mode: nil
2220-
;; End:
22212218
;;; gnuplot-context.el ends here

gnuplot-debug-context.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,4 @@
112112

113113
(gnuplot-debug-on)
114114

115-
;; Local Variables:
116-
;; indent-tabs-mode: nil
117-
;; End:
118-
119115
;;; gnuplot-debug-context.el ends here

gnuplot-gui.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,4 @@ is non-nil if this is a \\='range widget."
16371637
'gnuplot-mode))))
16381638

16391639
(provide 'gnuplot-gui)
1640-
;; Local Variables:
1641-
;; indent-tabs-mode: nil
1642-
;; End:
16431640
;;; gnuplot-gui.el ends here

gnuplot-test-context.el

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,9 +440,4 @@
440440
(add-to-list 'compilation-error-regexp-alist 'gnuplot-test-errors))
441441

442442
(provide 'gnuplot-test-context)
443-
444-
;; Local Variables:
445-
;; indent-tabs-mode: nil
446-
;; End:
447-
448443
;;; gnuplot-test-context.el ends here

gnuplot-tests.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,4 @@ mutliple # lines #")
249249
'comment' \
250250
\"containing strings\"")
251251

252-
;; Local Variables:
253-
;; indent-tabs-mode: nil
254-
;; End:
255-
256252
;;; gnuplot-tests.el ends here

gnuplot.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,4 @@ following in your .emacs file:
20152015
(make-obsolete-variable 'gnuplot-tab-completion "Set tab-always-indent to 'complete" "0.8.1")
20162016

20172017
(provide 'gnuplot)
2018-
;; Local Variables:
2019-
;; indent-tabs-mode: nil
2020-
;; End:
20212018
;;; gnuplot.el ends here

0 commit comments

Comments
 (0)