comparison lisp/textmodes/texinfmt.el @ 71781:c780a286814a

* textmodes/texinfmt.el: Finally remember to set texinfmt-version to new date and version number.
author Robert J. Chassell <bob@rattlesnake.com>
date Tue, 11 Jul 2006 10:14:08 +0000
parents e5f36608288b
children 581994501499 8a8e69664178
comparison
equal deleted inserted replaced
71780:9b8668bfcf4c 71781:c780a286814a
35 35
36 (or (fboundp 'defcustom) 36 (or (fboundp 'defcustom)
37 (defmacro defcustom (var value doc &rest ignore) 37 (defmacro defcustom (var value doc &rest ignore)
38 `(defvar ,var ,value ,doc))) 38 `(defvar ,var ,value ,doc)))
39 39
40 (defvar texinfmt-version "2.41 of 1 Mar 2005") 40 (defvar texinfmt-version "2.42 of 7 Jul 2006")
41 41
42 (defun texinfmt-version (&optional here) 42 (defun texinfmt-version (&optional here)
43 "Show the version of texinfmt.el in the minibuffer. 43 "Show the version of texinfmt.el in the minibuffer.
44 If optional argument HERE is non-nil, insert info at point." 44 If optional argument HERE is non-nil, insert info at point."
45 (interactive "P") 45 (interactive "P")