emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/ogonek.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ogonek.el
Date: Sat, 14 May 2005 07:26:13 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]