1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Delete empty "History" sections

* 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.
This commit is contained in:
Stefan Kangas 2021-03-30 15:46:57 +02:00
parent 4ed75f9fcb
commit 49cbf2392b
16 changed files with 3 additions and 49 deletions

View File

@ -120,8 +120,6 @@
;; can cycle through all file buffers and *scratch* although your current
;; configuration perhaps is "files" which ignores buffer *scratch*.
;;; History:
;;; Code:
;; ----------------------------------------------------------------------

View 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)

View 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)

View 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)

View File

@ -22,13 +22,10 @@
;; 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)

View 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))

View File

@ -24,9 +24,6 @@
;;; Commentary:
;;
;;; History:
;;
;;; Code:
(require 'semantic/wisent)

View File

@ -34,9 +34,6 @@
;;
;; For more details on Wisent itself read the Wisent manual.
;;; History:
;;
;;; Code:
(defgroup wisent nil

View 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)

View File

@ -30,10 +30,6 @@
;; See newsticker.el
;; ======================================================================
;;; History:
;;
;; ======================================================================
;;; Code:
(require 'cl-lib)

View 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)

View File

@ -100,10 +100,7 @@
;; To automatically display the ruler in specific major modes use:
;;
;; (add-hook '<major-mode>-hook 'ruler-mode)
;;
;;; History:
;;
;;; Code:
(eval-when-compile

View File

@ -176,8 +176,6 @@
;;
;; 2003.08.12 Sacha's birthday
;;; History:
;;; Code:
(defconst remember-version "2.0"

View 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)

View File

@ -110,10 +110,8 @@
;; `tree-widget-themes-directory', and `tree-widget-theme' options for
;; more details.
;;; History:
;;
;;; Code:
(require 'wid-edit)
;;; Customization

View 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)