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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el
Date: Sun, 16 Oct 2005 17:47:38 -0400

Index: emacs/lisp/diff-mode.el
diff -c emacs/lisp/diff-mode.el:1.82 emacs/lisp/diff-mode.el:1.83
*** emacs/lisp/diff-mode.el:1.82        Wed Aug 31 13:47:51 2005
--- emacs/lisp/diff-mode.el     Sun Oct 16 21:47:37 2005
***************
*** 967,973 ****
  headers for you on-the-fly.
  
  You can also switch between context diff and unified diff with 
\\[diff-context->unified],
! or vice versa with \\[diff-unified->context] and you can also revert the 
direction of
  a diff with \\[diff-reverse-direction]."
    (set (make-local-variable 'font-lock-defaults) diff-font-lock-defaults)
    (set (make-local-variable 'outline-regexp) diff-outline-regexp)
--- 967,973 ----
  headers for you on-the-fly.
  
  You can also switch between context diff and unified diff with 
\\[diff-context->unified],
! or vice versa with \\[diff-unified->context] and you can also reverse the 
direction of
  a diff with \\[diff-reverse-direction]."
    (set (make-local-variable 'font-lock-defaults) diff-font-lock-defaults)
    (set (make-local-variable 'outline-regexp) diff-outline-regexp)




reply via email to

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