Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Remove old debugging printout.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Sep 16, 2012
1 parent 01ff59d commit 5b92152
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions psl-mode.el
Expand Up @@ -112,8 +112,7 @@ other modes do."
(save-excursion
(back-to-indentation)
(if (looking-at "}") (setq indent (1- indent))))
(psl-indent-line-to (max 0 (* psl-indent-width indent))))
(princ mpd-point-stack t))
(psl-indent-line-to (max 0 (* psl-indent-width indent)))))

(psl-count-indent '(defvar expr if expr))

Expand Down

0 comments on commit 5b92152

Please sign in to comment.