emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot 5030976 051/184: Alter header to conform to packag


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 5030976 051/184: Alter header to conform to package.el specifications
Date: Sun, 29 Aug 2021 11:03:13 -0400 (EDT)

branch: elpa/gnuplot
commit 50309767233a917bf5684389b9f7a3923b9dcac4
Author: Emanuel Evans <emanuel.evans@gmail.com>
Commit: Jonathan Oddie <j.j.oddie@gmail.com>

    Alter header to conform to package.el specifications
    
    - also put blank lines around "Commentary" headers, etc for the same purpose
---
 gnuplot.el | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnuplot.el b/gnuplot.el
index 8f63a29..afae5db 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -1,11 +1,11 @@
-;;;; gnuplot.el -- drive gnuplot from within emacs
+;;; gnuplot.el --- drive gnuplot from within emacs
 
 ;; Copyright (C) 1998, 2011 Phil Type and Bruce Ravel, 1999-2002 Bruce Ravel
 
 ;; Author:     Bruce Ravel <bruceravel1@gmail.com> and Phil Type
 ;; Maintainer: Bruce Ravel <bruceravel1@gmail.com>
 ;; Created:    June 28 1998
-;; Updated:    13 September 2011
+;; Updated:    April 20 2012
 ;; Version:    0.6.1
 ;; Keywords:   gnuplot, plotting
 
@@ -32,7 +32,9 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; send bug reports to the author (bruceravel1@gmail.com)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
 ;;; Commentary:
+
 ;;
 ;; This is a major mode for composing gnuplot scripts and displaying
 ;; their results using gnuplot.  It is optimized for use with gnuplot
@@ -145,7 +147,9 @@
 ;; 19.14.
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
 ;;; History:
+
 ;;
 ;;  0.1   Jun 25 1998 Finished with initial release.
 ;;  0.2   Sep  4 1998 Added filename insertion, indentation, and
@@ -317,6 +321,7 @@
 ;;
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
 ;;; Code:
 
 (require 'comint)
@@ -2934,4 +2939,5 @@ following in your .emacs file:
 
 ;;;============================================================================
 ;;;
+
 ;;; gnuplot.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]