Mercurial > emacs
diff lisp/diff-mode.el @ 49588:37645a051842
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 11:26:42 +0000 |
| parents | 78ff9bcb1a38 |
| children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/lisp/diff-mode.el Tue Feb 04 10:58:53 2003 +0000 +++ b/lisp/diff-mode.el Tue Feb 04 11:26:42 2003 +0000 @@ -417,7 +417,7 @@ (number-to-string newstart2) ",1 @@\n") ;; Fix the original hunk-header. (diff-fixup-modifs start pos)))) - + ;;;; ;;;; jump to other buffers @@ -519,9 +519,9 @@ (ediff-patch-file nil (current-buffer)) (wrong-number-of-arguments (ediff-patch-file)))) -;;;; +;;;; ;;;; Conversion functions -;;;; +;;;; ;;(defvar diff-inhibit-after-change nil ;; "Non-nil means inhibit `diff-mode's after-change functions.") @@ -791,9 +791,9 @@ (unless (string= new old) (replace-match new t t nil 2)))))) (setq space 0 plus 0 minus 0 bang 0))))))) -;;;; +;;;; ;;;; Hooks -;;;; +;;;; (defun diff-write-contents-hooks () "Fixup hunk headers if necessary." @@ -847,9 +847,9 @@ (diff-fixup-modifs (point) (cdr diff-unhandled-changes))))) (setq diff-unhandled-changes nil))) -;;;; +;;;; ;;;; The main function -;;;; +;;;; ;;;###autoload (define-derived-mode diff-mode fundamental-mode "Diff"
