comparison lisp/=gnusmisc.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents cd90d49526ae
children eaaf6c8933b2
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
232 (search-forward ":" nil t) 232 (search-forward ":" nil t)
233 )) 233 ))
234 234
235 (defun gnus-group-yank-group () 235 (defun gnus-group-yank-group ()
236 "Yank the last newsgroup killed with \\[gnus-group-kill-group], 236 "Yank the last newsgroup killed with \\[gnus-group-kill-group],
237 inserting it before the newsgroup on the line containging point." 237 inserting it before the newsgroup on the line containing point."
238 (interactive) 238 (interactive)
239 (gnus-group-insert-group (car gnus-killed-assoc)) 239 (gnus-group-insert-group (car gnus-killed-assoc))
240 ;; Remove killed newsgroups from the buffer if exists. 240 ;; Remove killed newsgroups from the buffer if exists.
241 (if (get-buffer gnus-browse-killed-buffer) 241 (if (get-buffer gnus-browse-killed-buffer)
242 (save-excursion 242 (save-excursion