GNU bug report logs - #13952
24.3.50; thingatpoint at end of buffer

Previous Next

Package: emacs;

Reported by: joakim <at> verona.se

Date: Thu, 14 Mar 2013 07:18:01 UTC

Severity: normal

Found in version 24.3.50

Done: Leo Liu <sdl.web <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Leo Liu <sdl.web <at> gmail.com>
Cc: joakim <at> verona.se, 13952 <at> debbugs.gnu.org
Subject: bug#13952: 24.3.50; thingatpoint at end of buffer
Date: Thu, 14 Mar 2013 09:43:23 -0400
> -  (let ((char-syntax (char-syntax (char-after))))
> +  (let ((char-syntax (and (char-after) (char-syntax (char-after)))))

Please use syntax-after instead.


        Stefan




This bug report was last modified 12 years and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.