projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2462470
)
* lisp/thingatpt.el (forward-whitespace): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:28:54 +0000
(11:28 -0300)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 1 Jun 2011 14:28:54 +0000
(11:28 -0300)
lisp/thingatpt.el
patch
|
blob
|
history
diff --git
a/lisp/thingatpt.el
b/lisp/thingatpt.el
index 22370aa9161dff52fb95563875dc5480611e0d8c..8f797d13103d558081e44e40802a60f698fb324e 100644
(file)
--- a/
lisp/thingatpt.el
+++ b/
lisp/thingatpt.el
@@
-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)))))