Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
883d1f4b
Commit
883d1f4b
authored
Sep 13, 2006
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
parent
476d3191
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/thingatpt.el
lisp/thingatpt.el
+1
-1
No files found.
lisp/thingatpt.el
View file @
883d1f4b
...
...
@@ -240,7 +240,7 @@ This may contain whitespace (including newlines) .")
(
let
((
strip
(
thing-at-point-looking-at
thing-at-point-markedup-url-regexp
)))
;; (url "") short
(
if
(
or
strip
`
(
thing-at-point-looking-at
thing-at-point-url-regexp
)
(
thing-at-point-looking-at
thing-at-point-url-regexp
)
;; Access scheme omitted?
;; (setq short (thing-at-point-looking-at
;; thing-at-point-short-url-regexp))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment