Gnus development mailing list
 help / color / mirror / Atom feed
* byte-compile warning of pgg-snarf-keys
@ 2002-10-22 15:11 TSUCHIYA Masatoshi
  2002-10-22 17:27 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: TSUCHIYA Masatoshi @ 2002-10-22 15:11 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: byte-compile warning of pgg-snarf-keys
  2002-10-22 15:11 byte-compile warning of pgg-snarf-keys TSUCHIYA Masatoshi
@ 2002-10-22 17:27 ` Simon Josefsson
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Josefsson @ 2002-10-22 17:27 UTC (permalink / raw)


TSUCHIYA Masatoshi <tsuchiya@namazu.org> writes:

> 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.

Oops.  Thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-22 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-22 15:11 byte-compile warning of pgg-snarf-keys TSUCHIYA Masatoshi
2002-10-22 17:27 ` Simon Josefsson

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).