+1999-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
+
+\f
1999-09-13 MORIOKA Tomohiko <tomo@m17n.org>
* CLIME: Version 1.13.4 (Shin-Terai) released.
* README.en (Installation): Modify for APEL 9.22; modify location
of APEL.
-
+
1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
* smtpmail.el (smtpmail-send-it): Make directory
(let* ((file-data (convert-standard-filename
(concat
(file-name-as-directory smtpmail-queue-dir)
- (concat (time-stamp-yyyy-mm-dd)
- "_" (time-stamp-hh:mm:ss)))))
+ (time-stamp-yyyy-mm-dd)
+ "_" (time-stamp-hh:mm:ss))))
(file-elisp (concat file-data ".el"))
(buffer-data (create-file-buffer file-data))
(buffer-elisp (create-file-buffer file-elisp))