comparison lisp/play/animate.el @ 90233:ee12d75eb214

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-85 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 556-561) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 25 Sep 2005 22:07:01 +0000
parents edf295560b5a ed770a0a7846
children c5406394f567
comparison
equal deleted inserted replaced
90232:eab32348047a 90233:ee12d75eb214
154 154
155 ;;;###autoload 155 ;;;###autoload
156 (defun animate-birthday-present (&optional name) 156 (defun animate-birthday-present (&optional name)
157 "Display one's birthday present in a new buffer. 157 "Display one's birthday present in a new buffer.
158 You can specify the one's name by NAME; the default value is \"Sarah\"." 158 You can specify the one's name by NAME; the default value is \"Sarah\"."
159 (interactive (list (read-string "Name (default \"Sarah\"): " 159 (interactive (list (read-string "Name (default Sarah): "
160 nil nil "Sarah"))) 160 nil nil "Sarah")))
161 ;; Make a suitable buffer to display the birthday present in. 161 ;; Make a suitable buffer to display the birthday present in.
162 (switch-to-buffer (get-buffer-create (format "*%s*" name))) 162 (switch-to-buffer (get-buffer-create (format "*%s*" name)))
163 (erase-buffer) 163 (erase-buffer)
164 ;; Display the empty buffer. 164 ;; Display the empty buffer.