comparison lisp/mail/rmailedit.el @ 658:7cbd4fcd8b0f

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents d04df545062f
children 4f28bd14272c
comparison
equal deleted inserted replaced
657:fec3f9a1e3e5 658:7cbd4fcd8b0f
1 ;; "RMAIL edit mode" Edit the current message. 1 ;;; rmailedit.el --- "RMAIL edit mode" Edit the current message.
2
2 ;; Copyright (C) 1985 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985 Free Software Foundation, Inc.
3 4
4 ;; This file is part of GNU Emacs. 5 ;; This file is part of GNU Emacs.
5 6
6 ;; GNU Emacs is free software; you can redistribute it and/or modify 7 ;; GNU Emacs is free software; you can redistribute it and/or modify
101 (interactive) 102 (interactive)
102 (delete-region (point-min) (point-max)) 103 (delete-region (point-min) (point-max))
103 (insert rmail-old-text) 104 (insert rmail-old-text)
104 (rmail-cease-edit)) 105 (rmail-cease-edit))
105 106
107 ;;; rmailedit.el ends here