/[emacs]/emacs/lisp/log-view.el
ViewVC logotype

Diff of /emacs/lisp/log-view.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by kai, Mon Oct 29 15:46:46 2001 UTC revision 1.8 by sds, Mon Nov 12 20:34:45 2001 UTC
# Line 1  Line 1 
1  ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output  ;;; log-view.el --- Major mode for browsing RCS/CVS/SCCS log output
2    
3  ;; Copyright (C) 1999, 2000  Free Software Foundation, Inc.  ;; Copyright (C) 1999, 2000, 2001  Free Software Foundation, Inc.
4    
5  ;; Author: Stefan Monnier <monnier@cs.yale.edu>  ;; Author: Stefan Monnier <monnier@cs.yale.edu>
6  ;; Keywords: rcs sccs cvs log version-control  ;; Keywords: rcs sccs cvs log version-control
# Line 90  Line 90 
90  (defconst log-view-font-lock-defaults  (defconst log-view-font-lock-defaults
91    '(log-view-font-lock-keywords t nil nil nil))    '(log-view-font-lock-keywords t nil nil nil))
92    
93  ;;;;  ;;;;
94  ;;;; Actual code  ;;;; Actual code
95  ;;;;  ;;;;
96    
97  ;;;###autoload  ;;;###autoload
98  (define-derived-mode log-view-mode fundamental-mode "Log-View"  (define-derived-mode log-view-mode fundamental-mode "Log-View"
# Line 171  Line 171 
171    
172  ;;; Change Log:  ;;; Change Log:
173  ;; $Log$  ;; $Log$
174    ;; Revision 1.8  2001/11/12 20:34:45  sds
175    ;; updated (C)
176    ;;
177  ;; Revision 1.7  2001/10/29 15:46:46  kai  ;; Revision 1.7  2001/10/29 15:46:46  kai
178  ;; (log-view-mode-map): Bind `M-n' and `M-p', not `M n'  ;; (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
179  ;; and `M p'.  ;; and `M p'.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26