comparison lisp/progmodes/idlwave.el @ 60766:a4cac40cf780

Remove unnecessary `beginning-of-buffer'.
author J.D. Smith <jdsmith@as.arizona.edu>
date Mon, 21 Mar 2005 02:10:48 +0000
parents d23604c1b411
children 87f9bb9d3718 26c9034f3533 13796b0653c7
comparison
equal deleted inserted replaced
60765:78fa90c2361a 60766:a4cac40cf780
7924 ;; No more source lines, please 7924 ;; No more source lines, please
7925 (insert (format 7925 (insert (format
7926 "\n Source information truncated to %d entries." 7926 "\n Source information truncated to %d entries."
7927 idlwave-rinfo-max-source-lines)) 7927 idlwave-rinfo-max-source-lines))
7928 (setq all nil))) 7928 (setq all nil)))
7929 (beginning-of-buffer) 7929 (goto-char (point-min))
7930 (setq buffer-read-only t)) 7930 (setq buffer-read-only t))
7931 (display-buffer "*Help*") 7931 (display-buffer "*Help*")
7932 (if (and (setq win (get-buffer-window "*Help*")) 7932 (if (and (setq win (get-buffer-window "*Help*"))
7933 idlwave-resize-routine-help-window) 7933 idlwave-resize-routine-help-window)
7934 (progn 7934 (progn