Skip to content

Commit df8dea7

Browse files
committed
Package header update
1 parent 1b22dea commit df8dea7

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

gnuplot-gui.el

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@
2020
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
2121

2222
;;; Commentary:
23-
;;
23+
2424
;; This file provides a graphical user interface to setting arguments
2525
;; to gnuplot commands. Positioning point near a command and invoking
2626
;; `gnuplot-gui-set-options-and-insert' (C-c C-c or shift-mouse-2)
2727
;; will pop open a frame with widgets for setting the various
2828
;; arguments appropriate the the item that was near point. The goal
2929
;; is to provide point-and-click functionality to gnuplot-mode.
30-
;;
31-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
32-
;;
30+
3331
;;; To do:
34-
;;
32+
3533
;; Widgets I need:
3634
;; -- 'position: two or three comma separated numbers used to denote a
3735
;; position or a tic start/end/increment (see arrow,
@@ -49,8 +47,7 @@
4947
;; overall:
5048
;; -- continuation lines (ugh!)
5149
;; -- multiple frames end up displaying same window after setting options
52-
;;
53-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
50+
5451
;;; Code:
5552

5653
(require 'gnuplot)

gnuplot.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@
3737
;; commentary in gnuplot-context.el for more information. If you
3838
;; don't find it useful, it can be turned off by customizing
3939
;; `gnuplot-context-sensitive-mode'.
40-
;;
41-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4240

43-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
4441
;;; Acknowledgements:
42+
4543
;; David Batty numerous corrections
4644
;; Laurent Bonnaud suggestions regarding font-lock rules
4745
;; Markus Dickebohm suggested `gnuplot-send-line-and-forward'
@@ -61,7 +59,6 @@
6159
;; Lars Hecking gnuplot distribution and installation materials
6260
;; Maxime F. Treca package update, XEmacs deprecation
6361
;; Daniel Mendler package update, support for recent Emacs
64-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6562

6663
;;; Code:
6764

0 commit comments

Comments
 (0)