Skip to content

Commit

Permalink
Fix header update bug
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Sep 26, 2012
1 parent fca2725 commit 1a8e233
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multifiles.el
Expand Up @@ -122,7 +122,8 @@
(forward-line -2)
(end-of-line)
(forward-char -1)
(delete-char -2)
(while (looking-back "[0-9]")
(delete-char -1))
(insert (format "%d" (mf--find-last-line o)))))

(provide 'multifiles)
Expand Down

0 comments on commit 1a8e233

Please sign in to comment.