diff options
author | Fabián Ezequiel Gallina <fgallina@cuca> | 2012-05-17 00:03:45 -0300 |
---|---|---|
committer | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2012-05-17 00:03:45 -0300 |
commit | bd982677367c3d441cea1d1c60cb3ad0bc3f263b (patch) | |
tree | 3d223ccccd255c2859fd7acf58c9156f11b73366 /lisp/emacs-lisp/autoload.el | |
parent | c6d3df36da36ee383a6dcde5cce76175258ba269 (diff) | |
download | emacs-bd982677367c3d441cea1d1c60cb3ad0bc3f263b.tar.gz |
Revert "Merge pull request #83 from tkf/empty-triple-quote"
This reverts commit f4d086427343eb0b8bc91355388d2437c568b1f6, reversing
changes made to 8f697fd2ef23a9e1d9a06ac8ca419d76ccedb27d.
While the fix worked with empty triple quoted strings it broke simpler cases
like these:
"""
def someting(a, b, c):
"
"""
or
'''
def someting(a, b, c):
'
'''
Another approach is needed for giving triple quoted string the correct syntax.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
0 files changed, 0 insertions, 0 deletions