]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/thingatpt.el (forward-whitespace): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:28:54 +0000 (11:28 -0300)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:28:54 +0000 (11:28 -0300)
lisp/thingatpt.el

index 22370aa9161dff52fb95563875dc5480611e0d8c..8f797d13103d558081e44e40802a60f698fb324e 100644 (file)
@@ -402,7 +402,7 @@ with angle brackets.")
       (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)))))