Mercurial > hg > xemacs-beta
diff lisp/utils/auto-autoloads.el @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 0132846995bd |
children | 15872534500d |
line wrap: on
line diff
--- a/lisp/utils/auto-autoloads.el Mon Aug 13 09:44:44 2007 +0200 +++ b/lisp/utils/auto-autoloads.el Mon Aug 13 09:45:46 2007 +0200 @@ -176,7 +176,7 @@ ;;;### (autoloads (browse-url-lynx-emacs browse-url-lynx-xterm browse-url-w3 browse-url-iximosaic browse-url-grail browse-url-mosaic browse-url-netscape) "browse-url" "utils/browse-url.el") -(defcustom browse-url-browser-function 'browse-url-w3 "*Function to display the current buffer in a WWW browser.\nUsed by the `browse-url-at-point', `browse-url-at-mouse', and\n`browse-url-of-file' commands." :type 'function :group 'browse-url) +(defcustom browse-url-browser-function 'browse-url-w3 "*Function to display the current buffer in a WWW browser.\nUsed by the `browse-url-at-point', `browse-url-at-mouse', and\n`browse-url-of-file' commands." :type '(radio (function-item browse-url-w3) (function-item browse-url-netscape) (function-item browse-url-mosaic) (function-item browse-url-cci) (function-item browse-url-iximosaic) (function-item browse-url-lynx-xterm) (function-item browse-url-lynx-emacs) (function-item browse-url-grail) (function :tag "Other" nil)) :group 'browse-url) (autoload 'browse-url-netscape "browse-url" "\ Ask the Netscape WWW browser to load URL. @@ -998,16 +998,6 @@ ;;;*** -;;;### (autoloads (speedbar-frame-mode) "speedbar" "utils/speedbar.el") - -(autoload 'speedbar-frame-mode "speedbar" "\ -Enable or disable use of a speedbar. Positive number means turn -on, negative turns speedbar off, and nil means toggle. Once the -speedbar frame is activated, a buffer in `speedbar-mode' will be -displayed. Currently, only one speedbar is supported at a time." t nil) - -;;;*** - ;;;### (autoloads nil "timezone" "utils/timezone.el") (define-error 'invalid-date "Invalid date string")