Mercurial > hg > xemacs-beta
diff lisp/utils/auto-autoloads.el @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 2d532a89d707 |
children | e121b013d1f0 |
line wrap: on
line diff
--- a/lisp/utils/auto-autoloads.el Mon Aug 13 09:50:16 2007 +0200 +++ b/lisp/utils/auto-autoloads.el Mon Aug 13 09:51:16 2007 +0200 @@ -942,6 +942,29 @@ ;;;*** +;;;### (autoloads (smtpmail-send-it) "smtpmail" "utils/smtpmail.el") + +(autoload 'smtpmail-send-it "smtpmail" nil nil nil) + +;;;*** + +;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" "utils/speedbar.el") + +(defalias 'speedbar 'speedbar-frame-mode) + +(autoload 'speedbar-frame-mode "speedbar" "\ +Enable or disable speedbar. Positive ARG means turn on, negative turn off. +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) + +(autoload 'speedbar-get-focus "speedbar" "\ +Change frame focus to or from the speedbar frame. +If the selected frame is not speedbar, then speedbar frame is +selected. If the speedbar frame is active, then select the attached frame." t nil) + +;;;*** + ;;;### (autoloads nil "timezone" "utils/timezone.el") (define-error 'invalid-date "Invalid date string")