]> git.eshelyaron.com Git - emacs.git/commitdiff
Reindent `diff-current-defun'.
authorKai Großjohann <kgrossjo@eu.uu.net>
Sun, 13 Jun 2004 16:49:55 +0000 (16:49 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sun, 13 Jun 2004 16:49:55 +0000 (16:49 +0000)
lisp/diff-mode.el

index 3e6d1b7ac572b4b8daacdc02d3c59a0f7dde5eb1..26ff5441bafed9f21f2763816465b3a0271ff10d 100644 (file)
@@ -1248,12 +1248,12 @@ If the prefix arg is bigger than 8 (for example with \\[universal-argument] \\[u
 (defun diff-current-defun ()
   "Find the name of function at point.
 For use in `add-log-current-defun-function'."
-    (save-excursion
-      (when (looking-at diff-hunk-header-re)
-       (forward-line 1)
-       (while (and (looking-at " ") (not (zerop (forward-line 1))))))
-  (destructuring-bind (buf line-offset pos src dst &optional switched)
-      (diff-find-source-location)
+  (save-excursion
+    (when (looking-at diff-hunk-header-re)
+      (forward-line 1)
+      (while (and (looking-at " ") (not (zerop (forward-line 1))))))
+    (destructuring-bind (buf line-offset pos src dst &optional switched)
+       (diff-find-source-location)
       (beginning-of-line)
       (or (when (memq (char-after) '(?< ?-))
            ;; Cursor is pointing at removed text.  This could be a removed