Mercurial > hg > xemacs-beta
diff lisp/startup.el @ 245:51092a27c943 r20-5b21
Import from CVS: tag r20-5b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:54 +0200 |
parents | 41f2f0e326e9 |
children | 727739f917cb |
line wrap: on
line diff
--- a/lisp/startup.el Mon Aug 13 10:17:09 2007 +0200 +++ b/lisp/startup.el Mon Aug 13 10:17:54 2007 +0200 @@ -763,14 +763,7 @@ (t (find-file-other-window arg))) (when line (goto-line line) - (setq line nil)))) - ;; If 3 or more files visited, and not all visible, - ;; show user what they all are. - (when (and (not noninteractive) - (> file-count 2) - (not (get-buffer-window first-file-buffer))) - (other-window 1) - (buffer-menu nil)))))) + (setq line nil)))))))) (defvar startup-presentation-hack-keymap (let ((map (make-sparse-keymap)))