]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary `beginning-of-buffer'.
authorJ.D. Smith <jdsmith@as.arizona.edu>
Mon, 21 Mar 2005 02:10:48 +0000 (02:10 +0000)
committerJ.D. Smith <jdsmith@as.arizona.edu>
Mon, 21 Mar 2005 02:10:48 +0000 (02:10 +0000)
lisp/progmodes/idlwave.el

index c6a70173e662377f9f845e80b711562997049e47..8eba38473080e07a841981ca526ad01b6e74b19f 100644 (file)
@@ -7926,7 +7926,7 @@ If we do not know about MODULE, just return KEYWORD literally."
                     "\n          Source information truncated to %d entries."
                     idlwave-rinfo-max-source-lines))
            (setq all nil)))
-       (beginning-of-buffer)
+       (goto-char (point-min))
        (setq buffer-read-only t))
       (display-buffer "*Help*")
       (if (and (setq win (get-buffer-window "*Help*"))