summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2008-06-10 19:33:37 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2008-06-10 19:33:37 +0000
commitb251c649564f9a3810dfde739ddca5caeb4f14de (patch)
tree3842fd5a053debf57c138c49dab8c7044a8eb9ae /lisp/ffap.el
parenta7f07c365f64fb0f93e574776d3b1facdf2a7918 (diff)
downloademacs-b251c649564f9a3810dfde739ddca5caeb4f14de.tar.gz
emacs-b251c649564f9a3810dfde739ddca5caeb4f14de.tar.bz2
emacs-b251c649564f9a3810dfde739ddca5caeb4f14de.zip
(ffap-string-at-point-mode-alist): Use alpha rather than lower.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 8c2bf71afde..5d9b628a2c2 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -978,11 +978,11 @@ If a given RFC isn't in these then `ffap-rfc-path' is offered."
;; Slightly controversial decisions:
;; * strip trailing "@" and ":"
;; * no commas (good for latex)
- (file "--:\\\\$+<>@-Z_[:lower:]~*?" "<@" "@>;.,!:")
+ (file "--:\\\\$+<>@-Z_[:alpha:]~*?" "<@" "@>;.,!:")
;; An url, or maybe a email/news message-id:
- (url "--:=&?$+@-Z_[:lower:]~#,%;*" "^[:alnum:]" ":;.,!?")
+ (url "--:=&?$+@-Z_[:alpha:]~#,%;*" "^[:alnum:]" ":;.,!?")
;; Find a string that does *not* contain a colon:
- (nocolon "--9$+<>@-Z_[:lower:]~" "<@" "@>;.,!?")
+ (nocolon "--9$+<>@-Z_[:alpha:]~" "<@" "@>;.,!?")
;; A machine:
(machine "-[:alnum:]." "" ".")
;; Mathematica paths: allow backquotes