comparison lisp/log-view.el @ 34652:45a589a4c480

Remove useless Version.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 18 Dec 2000 03:17:31 +0000
parents dd613770eb0f
children d29fac587062
comparison
equal deleted inserted replaced
34651:d7420ad5649a 34652:45a589a4c480
2 2
3 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Stefan Monnier <monnier@cs.yale.edu> 5 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
6 ;; Keywords: rcs sccs cvs log version-control 6 ;; Keywords: rcs sccs cvs log version-control
7 ;; Version: $Name: $ 7 ;; Revision: $Id: log-view.el,v 1.5 2000/12/06 19:49:40 fx Exp $
8 ;; Revision: $Id: log-view.el,v 1.4 2000/05/21 02:12:34 monnier Exp $
9 8
10 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
11 10
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
170 169
171 (provide 'log-view) 170 (provide 'log-view)
172 171
173 ;;; Change Log: 172 ;;; Change Log:
174 ;; $Log: log-view.el,v $ 173 ;; $Log: log-view.el,v $
174 ;; Revision 1.5 2000/12/06 19:49:40 fx
175 ;; Fix copyright years.
176 ;;
175 ;; Revision 1.4 2000/05/21 02:12:34 monnier 177 ;; Revision 1.4 2000/05/21 02:12:34 monnier
176 ;; Fix file description. 178 ;; Fix file description.
177 ;; (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not 179 ;; (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
178 ;; available. 180 ;; available.
179 ;; (log-view-font-lock-keywords): Only use cvs-filename-face if present. 181 ;; (log-view-font-lock-keywords): Only use cvs-filename-face if present.