Index: emacs/lisp/international/ogonek.el
diff -c emacs/lisp/international/ogonek.el:1.9 
emacs/lisp/international/ogonek.el:1.10
*** emacs/lisp/international/ogonek.el:1.9      Fri May 13 06:03:45 2005
--- emacs/lisp/international/ogonek.el  Sat May 14 11:26:12 2005
***************
*** 166,172 ****
    (set-buffer  (get-buffer-create " *ogonek-jak*"))
    (insert ogonek-informacja)
    (switch-to-buffer " *ogonek-jak*")
!   (beginning-of-buffer))
  
  ;; ------ A Little Info in English --------
  
--- 166,172 ----
    (set-buffer  (get-buffer-create " *ogonek-jak*"))
    (insert ogonek-informacja)
    (switch-to-buffer " *ogonek-jak*")
!   (goto-char (point-min)))
  
  ;; ------ A Little Info in English --------
  
***************
*** 264,270 ****
    (set-buffer  (get-buffer-create " *ogonek-how*"))
    (insert ogonek-information)
    (switch-to-buffer " *ogonek-how*")
!   (beginning-of-buffer))
  
  ;; ---- Variables keeping the suggested answers to dialogue questions -----
  (defvar ogonek-encoding-choices
--- 264,270 ----
    (set-buffer  (get-buffer-create " *ogonek-how*"))
    (insert ogonek-information)
    (switch-to-buffer " *ogonek-how*")
!   (goto-char (point-min)))
  
  ;; ---- Variables keeping the suggested answers to dialogue questions -----
  (defvar ogonek-encoding-choices


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to