From: Stefan Kangas Date: Wed, 19 Jun 2024 05:13:28 +0000 (+0200) Subject: ; * lisp/htmlfontify.el: Remove "Version" header. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7fe1b8bb1d7050e7aaf501edad69507e270d678;p=emacs.git ; * lisp/htmlfontify.el: Remove "Version" header. This package is only distributed with Emacs, so the only relevant version number here is `emacs-versionĀ“. (cherry picked from commit 749ae36ee3e02d41968433915caed6c6fb4cd986) --- diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 89c2bee2204..d411b6213c8 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -1,11 +1,11 @@ ;;; htmlfontify.el --- htmlize a buffer/source tree with optional hyperlinks -*- lexical-binding: t -*- -;; Copyright (C) 2002-2003, 2009-2024 Free Software Foundation, Inc. +;; Copyright (C) 2002-2024 Free Software Foundation, Inc. ;; Emacs Lisp Archive Entry ;; Package: htmlfontify ;; Filename: htmlfontify.el -;; Version: 0.21 +;; Old-Version: 0.21 ;; Keywords: html, hypermedia, markup, etags ;; Author: Vivek Dasmohapatra ;; Created: 2002-01-05