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
de0234ea
Commit
de0234ea
authored
Nov 11, 2004
by
Masatake YAMATO
Browse files
url-mailto.el (url-mailto): Fix a typo in the comment.
parent
3a502e66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/url/ChangeLog
lisp/url/ChangeLog
+5
-0
lisp/url/url-mailto.el
lisp/url/url-mailto.el
+1
-1
No files found.
lisp/url/ChangeLog
View file @
de0234ea
2004-11-12 Masatake YAMATO <jet@gyve.org>
* url-mailto.el (url-mailto): Fix a typo in the
comment.
2004-11-02 Masatake YAMATO <jet@gyve.org>
* url-imap.el (url-imap-open-host): Don't use
...
...
lisp/url/url-mailto.el
View file @
de0234ea
...
...
@@ -63,7 +63,7 @@
(
defun
url-mailto
(
url
)
"Handle the mailto: URL syntax."
(
if
(
url-user
url
)
;; malformed mailto URL (mailto://wmperry@gnu.org instead of
;; malformed mailto URL (mailto://wmperry@gnu.org
)
instead of
;; mailto:wmperry@gnu.org
(
url-set-filename
url
(
concat
(
url-user
url
)
"@"
(
url-filename
url
))))
(
setq
url
(
url-filename
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