emacs-devel
[Top][All Lists]
Advanced

[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: Fabián Ezequiel Gallina
Subject: Re: /srv/bzr/emacs/trunk r109154: Enhancements to ppss related code (thanks Stefan).
Date: Tue, 07 Aug 2012 23:36:47 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0

On 08/02/2012 01:39 PM, Andreas Schwab wrote:
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.

Fixed in revno 109501

Thanks,
Fabián E. Gallina




reply via email to

[Prev in Thread] Current Thread [Next in Thread]