From 01fce3fb31a66deb74410293452a36eff085a212 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 6 Apr 2000 03:27:10 +0000 Subject: [PATCH] Change "writable" to "writeable". --- v7/src/imail/imail-top.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/imail/imail-top.scm b/v7/src/imail/imail-top.scm index f2a4a1a1a..71ac6b818 100644 --- a/v7/src/imail/imail-top.scm +++ b/v7/src/imail/imail-top.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: imail-top.scm,v 1.14 2000/02/07 23:31:30 cph Exp $ +;;; $Id: imail-top.scm,v 1.15 2000/04/06 03:27:10 cph Exp $ ;;; ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology ;;; @@ -796,7 +796,7 @@ While composing the reply, use \\[mail-yank-original] to yank the (selected-message) (let ((buffer (selected-buffer))) (set-buffer-major-mode! buffer (ref-mode-object imail-edit)) - (set-buffer-writable! buffer) + (set-buffer-writeable! buffer) (message (substitute-command-keys "Editing: Type \\[imail-cease-edit] to return to Imail, \\[imail-abort-edit] to abort." @@ -821,7 +821,7 @@ together with two commands to return to regular IMAIL: (call-with-values (lambda () (let ((buffer (selected-buffer))) - (set-buffer-writable! buffer) + (set-buffer-writeable! buffer) (buffer-widen! buffer) (guarantee-newline (buffer-end buffer)) (let ((body-start -- 2.25.1