[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (tha
From: |
Andreas Schwab |
Subject: |
Re: /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (thanks Stefan). |
Date: |
Thu, 02 Aug 2012 18:39:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) |
Fabián Ezequiel Gallina <address@hidden> writes:
> @@ -888,8 +882,7 @@
> (defun python-indent-dedent-line ()
> "De-indent current line."
> (interactive "*")
> - (when (and (not (or (python-info-ppss-context 'string)
> - (python-info-ppss-context 'comment)))
> + (when (and (not (python-info-ppss-comment-or-string-p))
In python-info-ppss-comment-or-string-p:
../../emacs/lisp/progmodes/python.el:2760:11:Warning: defsubst
`python-info-ppss-comment-or-string-p' was used before it was defined
Andreas.
--
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
- Re: /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (thanks Stefan).,
Andreas Schwab <=