diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-05-14 11:26:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-05-14 11:26:12 +0000 |
commit | 3586122054e6c86e6049e75c2e4809e030682ba7 (patch) | |
tree | d715e2c61872ae3efb41e34f8339c52c9e6cdd54 /lisp/international/ogonek.el | |
parent | 4021f35884f21eacba1e90ffe2dc55a3a34a47bb (diff) | |
download | emacs-3586122054e6c86e6049e75c2e4809e030682ba7.tar.gz |
(ogonek-jak, ogonek-how): Don't use beginning-of-buffer.
Diffstat (limited to 'lisp/international/ogonek.el')
-rw-r--r-- | lisp/international/ogonek.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el index c3fe365d8a5..112bc22cfc6 100644 --- a/lisp/international/ogonek.el +++ b/lisp/international/ogonek.el @@ -166,7 +166,7 @@ znak/ow diakrytycznych. Funkcje te mo/zna pogrupowa/c nast/epuj/aco. (set-buffer (get-buffer-create " *ogonek-jak*")) (insert ogonek-informacja) (switch-to-buffer " *ogonek-jak*") - (beginning-of-buffer)) + (goto-char (point-min))) ;; ------ A Little Info in English -------- @@ -264,7 +264,7 @@ The functions come in the following groups. (set-buffer (get-buffer-create " *ogonek-how*")) (insert ogonek-information) (switch-to-buffer " *ogonek-how*") - (beginning-of-buffer)) + (goto-char (point-min))) ;; ---- Variables keeping the suggested answers to dialogue questions ----- (defvar ogonek-encoding-choices |