Gnus development mailing list
 help / color / mirror / Atom feed
From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>
Subject: byte-compile warning of pgg-snarf-keys
Date: Wed, 23 Oct 2002 00:11:50 +0900	[thread overview]
Message-ID: <20021023001151I.1000@pine.kuee.kyoto-u.ac.jp> (raw)

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

Hi,

I found byte-compile warnings as follows:

While compiling pgg-snarf-keys in file /home/tsuchiya/work/elisp/oort-gnus/lisp/pgg.el:
  ** reference to free variable start
  ** reference to free variable end

So, I commited the following change.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 466 bytes --]

--- CVS/Base/pgg.el	2002-10-22 23:41:57.000000000 +0900
+++ pgg.el	2002-10-22 23:45:04.000000000 +0900
@@ -305,7 +305,7 @@
 (defun pgg-snarf-keys ()
   "Import public keys in the current buffer."
   (interactive "")
-  (pgg-snarf-keys-region (or start (point-min)) (or end (point-max))))
+  (pgg-snarf-keys-region (point-min) (point-max)))
 
 (defun pgg-lookup-key (string &optional type)
   (pgg-invoke "lookup-key" (or pgg-scheme pgg-default-scheme) string type))

[-- Attachment #3: Type: text/plain, Size: 23 bytes --]

-- 
TSUCHIYA Masatoshi

             reply	other threads:[~2002-10-22 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-22 15:11 TSUCHIYA Masatoshi [this message]
2002-10-22 17:27 ` Simon Josefsson

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=20021023001151I.1000@pine.kuee.kyoto-u.ac.jp \
    --to=tsuchiya@namazu.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).