comparison lisp/diff-mode.el @ 70292:2b77fa42947f

Update my email address.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 30 Apr 2006 15:49:08 +0000
parents 0c54773776e4
children 64d227e5dd44
comparison
equal deleted inserted replaced
70291:e4dbfbc6b5c6 70292:2b77fa42947f
1 ;;; diff-mode.el --- a mode for viewing/editing context diffs 1 ;;; diff-mode.el --- a mode for viewing/editing context diffs
2 2
3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006 Free Software Foundation, Inc. 4 ;; 2005, 2006 Free Software Foundation, Inc.
5 5
6 ;; Author: Stefan Monnier <monnier@cs.yale.edu> 6 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
7 ;; Keywords: convenience patch diff 7 ;; Keywords: convenience patch diff
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; 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