Skip to content

Commit

Permalink
* textmodes/texinfmt.el: Finally remember to set texinfmt-version
Browse files Browse the repository at this point in the history
          to new date and version number.
  • Loading branch information
Robert J. Chassell committed Jul 11, 2006
1 parent d099123 commit eb10996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/textmodes/texinfmt.el
Expand Up @@ -37,7 +37,7 @@
(defmacro defcustom (var value doc &rest ignore)
`(defvar ,var ,value ,doc)))

(defvar texinfmt-version "2.41 of 1 Mar 2005")
(defvar texinfmt-version "2.42 of 7 Jul 2006")

(defun texinfmt-version (&optional here)
"Show the version of texinfmt.el in the minibuffer.
Expand Down

0 comments on commit eb10996

Please sign in to comment.