~a-roehler/python-mode/components-python-mode

« back to all changes in this revision

Viewing changes to python-components-extensions.el

  • Committer: Andreas Röhler
  • Date: 2016-11-24 17:30:05 UTC
  • Revision ID: andreas.roehler@online.de-20161124173005-tg8ybgqqt3dvd1uq
Minor argument fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  (or arg (setq arg 1))
70
70
  (let ((orig (copy-marker (point)))
71
71
        erg)
72
 
    (dotimes (i arg)
 
72
    (dotimes (_ arg)
73
73
      (let* ((cui (current-indentation))
74
74
             (remain (% cui py-indent-offset))
75
75
             (indent (* py-indent-offset (/ cui py-indent-offset))))