all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "It's me FKtPp \;\)" <m_pupil@yahoo.com.cn>
To: emacs-devel@gnu.org
Subject: typo of copy-seq?
Date: Mon, 10 Sep 2007 17:01:53 +0800	[thread overview]
Message-ID: <863axmuc5a.fsf@yahoo.com.cn> (raw)

hi all,

there's a typo in the broswe-url.el of today's CVS HEAD.

patch following:

--8<---------------cut here---------------start------------->8---
*** browse-url.el	10  9 2007 12:29:36 +0800	1.60
--- browse-url.el	10  9 2007 16:54:25 +0800	
***************
*** 621,627 ****
  
  (defun browse-url-encode-url (url)
    "Encode all `confusing' characters in URL."
!   (let ((encoded-url (copy-seq url)))
      (while (string-match "%" encoded-url)
        (setq encoded-url (replace-match "%25" t t encoded-url)))
      (while (string-match "[*\"()',=;? ]" encoded-url)
--- 621,627 ----
  
  (defun browse-url-encode-url (url)
    "Encode all `confusing' characters in URL."
!   (let ((encoded-url (copy-sequence url)))
      (while (string-match "%" encoded-url)
        (setq encoded-url (replace-match "%25" t t encoded-url)))
      (while (string-match "[*\"()',=;? ]" encoded-url)
--8<---------------cut here---------------end--------------->8---

             reply	other threads:[~2007-09-10  9:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-10  9:01 It's me FKtPp ;) [this message]
2007-09-11 10:22 ` typo of copy-seq? Johannes Weiner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=863axmuc5a.fsf@yahoo.com.cn \
    --to=m_pupil@yahoo.com.cn \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.