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

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 21:11:25 +0000
parents 15510c65f799
children 4f28bd14272c
comparison
equal deleted inserted replaced
657:fec3f9a1e3e5 658:7cbd4fcd8b0f
1 ;; "RMAIL" mail reader for Emacs. 1 ;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs.
2
2 ;; Copyright (C) 1985, 1988 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1988 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
260 (insert (symbol-name (car keywords)) ",")) 261 (insert (symbol-name (car keywords)) ","))
261 (delete-char -1))) 262 (delete-char -1)))
262 (narrow-to-region (- (buffer-size) omin) 263 (narrow-to-region (- (buffer-size) omin)
263 (- (buffer-size) omax))))) 264 (- (buffer-size) omax)))))
264 keyword)) 265 keyword))
266
267 ;;; rmailkwd.el ends here