aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2012-05-17 00:03:36 -0300
committerFabián Ezequiel Gallina2012-05-17 00:03:36 -0300
commitcd1ed6c8f4a50c0bc499bdcf78bbd4e39bdfc4d2 (patch)
treefaebce2fe4a1076e5d5ea6c8d373d463b769124b /src/coding.c
parentdc4f2e532630fa58381b9d3e52350279c98e89b7 (diff)
downloademacs-cd1ed6c8f4a50c0bc499bdcf78bbd4e39bdfc4d2.tar.gz
emacs-cd1ed6c8f4a50c0bc499bdcf78bbd4e39bdfc4d2.zip
python-end-of-defun-function now works correctly when comments are not indented properly.
Calling `end-of-defun' on a python file will now do the correct thing, even for cases like this: def fib(n): if n < 2: # base cases return n else: return fib(n - 2) + fib(n - 1)
Diffstat (limited to 'src/coding.c')
0 files changed, 0 insertions, 0 deletions