]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete empty "History" sections
authorStefan Kangas <stefan@marxist.se>
Tue, 30 Mar 2021 13:46:57 +0000 (15:46 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 30 Mar 2021 13:50:26 +0000 (15:50 +0200)
* lisp/bs.el:
* lisp/calendar/timeclock.el:
* lisp/cedet/semantic/bovine/grammar.el:
* lisp/cedet/semantic/grammar.el:
* lisp/cedet/semantic/wisent.el:
* lisp/cedet/semantic/wisent/comp.el:
* lisp/cedet/semantic/wisent/java-tags.el:
* lisp/cedet/semantic/wisent/wisent.el:
* lisp/erc/erc.el:
* lisp/net/newst-treeview.el:
* lisp/recentf.el:
* lisp/ruler-mode.el:
* lisp/textmodes/remember.el:
* lisp/thumbs.el:
* lisp/tree-widget.el:
* lisp/vc/vc-hg.el: Delete empty "History" sections.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-header-template): Don't add "History" section to
generated file.

16 files changed:
lisp/bs.el
lisp/calendar/timeclock.el
lisp/cedet/semantic/bovine/grammar.el
lisp/cedet/semantic/grammar.el
lisp/cedet/semantic/wisent.el
lisp/cedet/semantic/wisent/comp.el
lisp/cedet/semantic/wisent/java-tags.el
lisp/cedet/semantic/wisent/wisent.el
lisp/erc/erc.el
lisp/net/newst-treeview.el
lisp/recentf.el
lisp/ruler-mode.el
lisp/textmodes/remember.el
lisp/thumbs.el
lisp/tree-widget.el
lisp/vc/vc-hg.el

index 9ed0ee5f0ae9168634ee5b2d00569e48b868caeb..154e3599f33c5af47cb9945622896efd13be87f6 100644 (file)
 ;; can cycle through all file buffers and *scratch* although your current
 ;; configuration perhaps is "files" which ignores buffer *scratch*.
 
-;;; History:
-
 ;;; Code:
 
 ;; ----------------------------------------------------------------------
index 0bbaa1e1ed68ce65d23a476d49048edb726de92f..4a4b65d37452cba69ef0b0e9b5f625aa748c898a 100644 (file)
@@ -69,8 +69,6 @@
 ;; your average working time, and will make sure that the various
 ;; display functions return the correct value.
 
-;;; History:
-
 ;;; Code:
 
 (require 'cl-lib)
index e3df7b12ab6d475d541c6b734fd252238386125a..a5b9873445e761b844939a52387936e03ce2ea11 100644 (file)
@@ -25,9 +25,8 @@
 ;;
 ;; Major mode for editing Bovine's input grammar (.by) files.
 
-;;; History:
-
 ;;; Code:
+
 (require 'semantic)
 (require 'semantic/grammar)
 (require 'semantic/find)
index 8d8faac9c498868abc27c921f28d5c3db56586ae..ce30603bf82cbc224b937059d83206bb0fe4e618 100644 (file)
@@ -23,9 +23,6 @@
 ;;
 ;; Major mode framework for editing Semantic's input grammar files.
 
-;;; History:
-;;
-
 ;;; Code:
 
 (require 'semantic)
@@ -600,9 +597,6 @@ Typically a DEFINE expression should look like this:
 ;; PLEASE DO NOT MANUALLY EDIT THIS FILE!  It is automatically
 ;; generated from the grammar file " gram ".
 
-;;; History:
-;;
-
 ;;; Code:
 
 (require 'semantic/lex)
index f498e7edcc2b31d99d83d777e0e0dec7d45949fd..f5f381d4079cbb335cfaab085914c138825c9dc9 100644 (file)
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-;;
+
 ;; Here are functions necessary to use the Wisent LALR parser from
 ;; Semantic environment.
 
-;;; History:
-;;
-
 ;;; Code:
 
 (require 'semantic)
index 6addc134edb5ead1e64f5f9ff038cf998852154a..3c7cc286b2acda27c602f11534dac303752feb05 100644 (file)
@@ -35,9 +35,6 @@
 ;;
 ;; For more details on Wisent itself read the Wisent manual.
 
-;;; History:
-;;
-
 ;;; Code:
 (require 'semantic/wisent)
 (eval-when-compile (require 'cl-lib))
index b4a87be62a0cd243f45b628f9e1c1f126eced46c..90dd40c51a0d8777106ac8f2915ac77a4454a849 100644 (file)
@@ -24,9 +24,6 @@
 ;;; Commentary:
 ;;
 
-;;; History:
-;;
-
 ;;; Code:
 
 (require 'semantic/wisent)
index d205c0e60431967b66def5a478d0e94b7bc3aaee..62d99ef69725e860382bd0b29f0cc818b5a0eb6e 100644 (file)
@@ -34,9 +34,6 @@
 ;;
 ;; For more details on Wisent itself read the Wisent manual.
 
-;;; History:
-;;
-
 ;;; Code:
 
 (defgroup wisent nil
index b6dea95bb2bd5e256967177cae513bf328e92e5f..2f6e48dce1aa11a9397c60950c69d0ecf0b1b1d9 100644 (file)
@@ -50,9 +50,6 @@
 ;; After you are connected to a server, you can use C-h m or have a look at
 ;; the ERC menu.
 
-;;; History:
-;;
-
 ;;; Code:
 
 (load "erc-loaddefs" nil t)
index 29c92d52dd8dcc4b63979ee1c3cb30cf175df790..d524e6dd173c0db71b1098cf62bf4d26b5aad710 100644 (file)
 
 ;; See newsticker.el
 
-;; ======================================================================
-;;; History:
-;;
-
 ;; ======================================================================
 ;;; Code:
 (require 'cl-lib)
index 48b8e2b671905cf972e18876e16430b3b33fc6d9..c819397a33d2fd6f193f608fbb2cc683aad29e37 100644 (file)
@@ -33,9 +33,6 @@
 ;; To enable this package, add the following to your .emacs:
 ;; (recentf-mode 1)
 
-;;; History:
-;;
-
 ;;; Code:
 (require 'tree-widget)
 (require 'timer)
index fc9196caf96b674a12e48d9686bd72ee9b8f9515..11226fda02003de205796ead657a2892301360d7 100644 (file)
 ;; To automatically display the ruler in specific major modes use:
 ;;
 ;;    (add-hook '<major-mode>-hook 'ruler-mode)
-;;
 
-;;; History:
-;;
 \f
 ;;; Code:
 (eval-when-compile
index b731c124421f07112db49de5616ffb7f298d7ae7..3affb46201137a9c6985c67749c4c397f9b105ba 100644 (file)
 ;;
 ;;   2003.08.12 Sacha's birthday
 
-;;; History:
-
 ;;; Code:
 
 (defconst remember-version "2.0"
index 3e7c9124e2d21d1011909338fcc1f6a1e7560737..5710b8c353ba020ff242abcce07339d3c07a5140 100644 (file)
@@ -51,9 +51,6 @@
 ;; In thumbs-mode, pressing <return> on an image will bring you in image view
 ;; mode for that image.  C-h m will give you a list of available keybinding.
 
-;;; History:
-;;
-
 ;;; Code:
 
 (require 'dired)
index 44b29bffe87915296923f8f5eeec9637c20191dc..d40a628b994978611a16d776a83059296ca47a0a 100644 (file)
 ;; `tree-widget-themes-directory', and `tree-widget-theme' options for
 ;; more details.
 
-;;; History:
-;;
-
 ;;; Code:
+
 (require 'wid-edit)
 \f
 ;;; Customization
index 9faed10f383bd02bf49d258201bf59ed16590a32..2bc6ae3524b1f930f6da6290cb11425c1c46637a 100644 (file)
@@ -97,9 +97,6 @@
 ;; without even using `hg' (this way even if you don't have `hg' installed,
 ;; Emacs is able to tell you this file is under mercurial's control).
 
-;;; History:
-;;
-
 ;;; Code:
 
 (require 'cl-lib)