emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/diff-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el
Date: Fri, 22 Feb 2002 12:00:06 -0500

Index: emacs/lisp/diff-mode.el
diff -c emacs/lisp/diff-mode.el:1.44 emacs/lisp/diff-mode.el:1.45
*** emacs/lisp/diff-mode.el:1.44        Mon Dec 31 15:23:08 2001
--- emacs/lisp/diff-mode.el     Tue Jan  1 17:12:19 2002
***************
*** 1,9 ****
! ;;; diff-mode.el --- A mode for viewing/editing context diffs
  
  ;; Copyright (C) 1998, 1999, 2000, 2001  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
! ;; Keywords: patch diff
  
  ;; This file is part of GNU Emacs.
  
--- 1,9 ----
! ;;; diff-mode.el --- a mode for viewing/editing context diffs
  
  ;; Copyright (C) 1998, 1999, 2000, 2001  Free Software Foundation, Inc.
  
  ;; Author: Stefan Monnier <address@hidden>
! ;; Keywords: convenience patch diff
  
  ;; This file is part of GNU Emacs.
  
***************
*** 28,41 ****
  ;; commands, editing and various conversions as well as jumping
  ;; to the corresponding source file.
  
! ;; inspired by Pavel Machek's patch-mode.el (<address@hidden>)
! ;; some efforts were spent to have it somewhat compatible with XEmacs'
  ;; diff-mode as well as with compilation-minor-mode
- 
- ;; to use it, simply add to your .emacs the following lines:
- ;; 
- ;; (autoload 'diff-mode "diff-mode" "Diff major mode" t)
- ;; (add-to-list 'auto-mode-alist '("\\.\\(diffs?\\|patch\\|rej\\)\\'" . 
diff-mode))
  
  ;; Bugs:
  
--- 28,36 ----
  ;; commands, editing and various conversions as well as jumping
  ;; to the corresponding source file.
  
! ;; Inspired by Pavel Machek's patch-mode.el (<address@hidden>)
! ;; Some efforts were spent to have it somewhat compatible with XEmacs'
  ;; diff-mode as well as with compilation-minor-mode
  
  ;; Bugs:
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]