comparison lisp/play/doctor.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents eca8812e61cd
children 4f28bd14272c
comparison
equal deleted inserted replaced
661:36fbc3f71803 662:8a533acedb77
1 ;; Psychological help for frustrated users. 1 ;;; doctor.el --- psychological help for frustrated users.
2
2 ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1987 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
1606 1607
1607 (defun doctor-strangelove () 1608 (defun doctor-strangelove ()
1608 (interactive) 1609 (interactive)
1609 (insert "Mein fuhrer!!\n") 1610 (insert "Mein fuhrer!!\n")
1610 (doctor-read-print)) 1611 (doctor-read-print))
1612
1613 ;;; doctor.el ends here