diff lisp/prim/about.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 441bb1e64a06
children e04119814345
line wrap: on
line diff
--- a/lisp/prim/about.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/prim/about.el	Mon Aug 13 08:52:29 2007 +0200
@@ -40,6 +40,8 @@
 ;;; 19.15 and 20.0 updating done by Steve Baur.
 
 (require 'browse-url)
+(require 'view-less)
+
 (defvar about-xref-map (let ((map (make-sparse-keymap)))
 			 (define-key map 'button1 'about-xemacs-xref)
 			 (define-key map 'button2 'about-xemacs-xref)
@@ -1130,3 +1132,5 @@
 	 ))
       (goto-char (point-min))
       ))))
+
+;;; about.el ends here