diff options
author | Sam Steingold <sds@gnu.org> | 2001-11-12 20:34:45 +0000 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2001-11-12 20:34:45 +0000 |
commit | edb33387e9554c70bfa76236c0e5a9004398ce1c (patch) | |
tree | a5b62ba44a77ccc083d34640c24dac7006ff22bc /lisp/log-view.el | |
parent | 97c91ba67fe1af784627a33e9fe3253c60191dc3 (diff) | |
download | emacs-edb33387e9554c70bfa76236c0e5a9004398ce1c.tar.gz |
updated (C)
Diffstat (limited to 'lisp/log-view.el')
-rw-r--r-- | lisp/log-view.el | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/log-view.el b/lisp/log-view.el index e6673031f35..884b7294b9a 100644 --- a/lisp/log-view.el +++ b/lisp/log-view.el @@ -1,10 +1,10 @@ ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output -;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: rcs sccs cvs log version-control -;; Revision: $Id: log-view.el,v 1.6 2000/12/18 03:17:31 monnier Exp $ +;; Revision: $Id: log-view.el,v 1.7 2001/10/29 15:46:46 kai Exp $ ;; This file is part of GNU Emacs. @@ -90,9 +90,9 @@ (defconst log-view-font-lock-defaults '(log-view-font-lock-keywords t nil nil nil)) -;;;; +;;;; ;;;; Actual code -;;;; +;;;; ;;;###autoload (define-derived-mode log-view-mode fundamental-mode "Log-View" @@ -171,6 +171,10 @@ ;;; Change Log: ;; $Log: log-view.el,v $ +;; Revision 1.7 2001/10/29 15:46:46 kai +;; (log-view-mode-map): Bind `M-n' and `M-p', not `M n' +;; and `M p'. +;; ;; Revision 1.6 2000/12/18 03:17:31 monnier ;; Remove useless Version. ;; |