Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4dd7f375
Commit
4dd7f375
authored
Sep 25, 2008
by
Glenn Morris
Browse files
(ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
parent
4968291f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/ffap.el
lisp/ffap.el
+3
-2
No files found.
lisp/ChangeLog
View file @
4dd7f375
2008-09-25 Glenn Morris <rgm@gnu.org>
* ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2008-09-25 Chong Yidong <cyd@stupidchicken.com>
* vc.el (vc-mark-resolved): Move message here from
...
...
lisp/ffap.el
View file @
4dd7f375
...
...
@@ -633,8 +633,9 @@ Looks at `ffap-ftp-default-user', returns \"\" for \"localhost\"."
((
and
ffap-url-unwrap-local
(
ffap-url-unwrap-local
url
)))
((
and
ffap-url-unwrap-remote
ffap-ftp-regexp
(
ffap-url-unwrap-remote
url
)))
((
fboundp
'url-normalize-url
)
; may autoload url (part of w3)
(
url-normalize-url
url
))
;; All this seems to do is remove any trailing "#anchor" part (Bug#898).
;;; ((fboundp 'url-normalize-url) ; may autoload url (part of w3)
;;; (url-normalize-url url))
(
url
)))
...
...
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