From: morioka Date: Thu, 28 Nov 1996 19:38:27 +0000 (+0000) Subject: (std11-check-enclosure): Unused local variable `dest' was abolished. X-Git-Tag: XEmacs-20_3-b6~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b85edd796cfb18fe7ad04943a7ab0825516b0f20;p=elisp%2Fapel.git (std11-check-enclosure): Unused local variable `dest' was abolished. --- diff --git a/std11-parse.el b/std11-parse.el index 3a81807..10912b0 100644 --- a/std11-parse.el +++ b/std11-parse.el @@ -2,12 +2,12 @@ ;; Copyright (C) 1995,1996 Free Software Foundation, Inc. -;; Author: MORIOKA Tomohiko +;; Author: MORIOKA Tomohiko ;; Keywords: mail, news, RFC 822, STD 11 ;; Version: -;; $Id: std11-parse.el,v 0.14 1996-10-01 13:30:22 morioka Exp $ +;; $Id: std11-parse.el,v 0.15 1996-11-28 19:38:27 morioka Exp $ -;; This file is part of tl (Tiny Library). +;; This file is part of MU (Message Utilities). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -68,7 +68,7 @@ ) (if (and (> len i) (eq (aref str i) open)) - (let (p chr dest) + (let (p chr) (setq i (1+ i)) (catch 'tag (while (< i len)