emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104466: * lisp/thingatpt.el (forward


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104466: * lisp/thingatpt.el (forward-whitespace): Typo.
Date: Wed, 01 Jun 2011 11:28:54 -0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104466
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Wed 2011-06-01 11:28:54 -0300
message:
  * lisp/thingatpt.el (forward-whitespace): Typo.
modified:
  lisp/thingatpt.el
=== modified file 'lisp/thingatpt.el'
--- a/lisp/thingatpt.el 2011-06-01 14:19:45 +0000
+++ b/lisp/thingatpt.el 2011-06-01 14:28:54 +0000
@@ -402,7 +402,7 @@
       (re-search-forward "[ \t]+\\|\n" nil 'move arg)
     (while (< arg 0)
       (if (re-search-backward "[ \t]+\\|\n" nil 'move)
-         (or (eq (char-after (match-beginning 0)) \n)
+         (or (eq (char-after (match-beginning 0)) ?\n)
              (skip-chars-backward " \t")))
       (setq arg (1+ arg)))))
 


reply via email to

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