update.
[elisp/flim.git] / mel-u.el
index 9e37489..c5f3fe1 100644 (file)
--- a/mel-u.el
+++ b/mel-u.el
@@ -20,8 +20,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Code:
 
@@ -69,8 +69,7 @@ This function uses external uuencode decoder which is specified by
 variable `uuencode-external-decoder'."
   (interactive "*r")
   (save-excursion
-    (let ((the-buf (current-buffer))
-         (filename (make-temp-file "x-uue")))
+    (let ((filename (make-temp-file "x-uue")))
       (save-excursion
        (save-restriction
          (set-mark end)
@@ -134,8 +133,7 @@ variable `uuencode-external-encoder'."
 START and END are buffer positions."
   (interactive "*r\nFWrite decoded region to file: ")
   (save-excursion
-    (let ((the-buf (current-buffer))
-         (clone-buf (clone-buffer " *x-uue*"))
+    (let ((clone-buf (clone-buffer " *x-uue*"))
          (file (make-temp-file "x-uue")))
       (save-excursion
        (save-restriction