Skip to content

Commit

Permalink
update psc.png
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Jul 2, 2014
1 parent 0f60c65 commit b913bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified psc.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion yafolding.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Zeno Zeng <[email protected]>
;; keywords:
;; Time-stamp: <2014-07-02 15:43:21 Zeno Zeng>
;; Time-stamp: <2014-07-02 15:46:48 Zeno Zeng>
;; Version: 0.1.3


Expand Down Expand Up @@ -63,6 +63,7 @@
(interactive)
(setq indent-level (yafolding-get-indent-level))
(save-excursion
(goto-char (point-min))
(while (< (line-number-at-pos)
(line-number-at-pos (point-max)))
(if (= (yafolding-get-indent-level) indent-level)
Expand Down

0 comments on commit b913bd3

Please sign in to comment.