From 2ad73eb3332a97489a0c6cacf8e0cef7bb769b8f Mon Sep 17 00:00:00 2001 From: TAKAHASHI Kaoru Date: Sun, 12 Sep 2010 22:48:37 +0900 Subject: [PATCH 1/1] * riece-develop.el (riece-insert-struct-template): Use "\n" instead of newline in `interactive'. For `delete-trailing-whitespace' safe. --- lisp/ChangeLog | 4 ++++ lisp/riece-develop.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0f0500..628c15a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2010-09-12 TAKAHASHI Kaoru + * riece-develop.el (riece-insert-struct-template): Use "\n" + instead of newline in `interactive'. For + `delete-trailing-whitespace' safe. + * riece-rdcc.el (riece-rdcc-filter, riece-rdcc-sentinel): Suppress byte-compile warnings; `save-excursion' defeated by `set-buffer'. diff --git a/lisp/riece-develop.el b/lisp/riece-develop.el index 3bcd3f7..6a5c02c 100644 --- a/lisp/riece-develop.el +++ b/lisp/riece-develop.el @@ -1,6 +1,5 @@ (defun riece-insert-struct-template (prefix struct) - (interactive "sPrefix: -sStruct: ") + (interactive "sPrefix: \nsStruct: ") (let (attributes optional-attributes name -- 2.25.1