diff lisp/prim/about.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents a145efe76779
children fe104dbd9147
line wrap: on
line diff
--- a/lisp/prim/about.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/prim/about.el	Mon Aug 13 09:18:39 2007 +0200
@@ -40,6 +40,8 @@
 ;;; 19.15 and 20.0 updating done by Steve Baur and Martin Buchholz.
 
 (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)
@@ -1136,3 +1138,5 @@
 	 ))
       (goto-char (point-min))
       ))))
+
+;;; about.el ends here