changeset 12692:2ab29b042213

*** empty log message ***
author Michael Kifer <kifer@cs.stonybrook.edu>
date Thu, 27 Jul 1995 19:39:47 +0000
parents 7bd050135516
children 321b2ad48a9c
files lisp/emulation/viper-ex.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/viper-ex.el	Thu Jul 27 19:37:42 1995 +0000
+++ b/lisp/emulation/viper-ex.el	Thu Jul 27 19:39:47 1995 +0000
@@ -1644,7 +1644,7 @@
   (condition-case nil
       (progn
 	(pop-to-buffer (get-buffer-create "*info*"))
-	(info vip-info-file-name)
+	(info "viper.info")
 	(message "Type `i' to search for a specific topic"))
     (error (beep 1)
 	   (with-output-to-temp-buffer " *vip-info*"