comparison lisp/utils/auto-autoloads.el @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents e45d5e7c476e
children 78478c60bfcd
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
1000 1000
1001 (autoload 'smtpmail-send-it "smtpmail" nil nil nil) 1001 (autoload 'smtpmail-send-it "smtpmail" nil nil nil)
1002 1002
1003 ;;;*** 1003 ;;;***
1004 1004
1005 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" "utils/speedbar.el")
1006
1007 (defalias 'speedbar 'speedbar-frame-mode)
1008
1009 (autoload 'speedbar-frame-mode "speedbar" "\
1010 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
1011 nil means toggle. Once the speedbar frame is activated, a buffer in
1012 `speedbar-mode' will be displayed. Currently, only one speedbar is
1013 supported at a time." t nil)
1014
1015 (autoload 'speedbar-get-focus "speedbar" "\
1016 Change frame focus to or from the speedbar frame.
1017 If the selected frame is not speedbar, then speedbar frame is
1018 selected. If the speedbar frame is active, then select the attached frame." t nil)
1019
1020 ;;;***
1021
1022 ;;;### (autoloads nil "timezone" "utils/timezone.el") 1005 ;;;### (autoloads nil "timezone" "utils/timezone.el")
1023 1006
1024 (define-error 'invalid-date "Invalid date string") 1007 (define-error 'invalid-date "Invalid date string")
1025 1008
1026 ;;;*** 1009 ;;;***