comparison 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
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
940 the defaults are used. These are (), [], {}, <> and `' for the 940 the defaults are used. These are (), [], {}, <> and `' for the
941 symmetrical ones, and the same character twice for the others." t nil) 941 symmetrical ones, and the same character twice for the others." t nil)
942 942
943 ;;;*** 943 ;;;***
944 944
945 ;;;### (autoloads (smtpmail-send-it) "smtpmail" "utils/smtpmail.el")
946
947 (autoload 'smtpmail-send-it "smtpmail" nil nil nil)
948
949 ;;;***
950
951 ;;;### (autoloads (speedbar-get-focus speedbar-frame-mode) "speedbar" "utils/speedbar.el")
952
953 (defalias 'speedbar 'speedbar-frame-mode)
954
955 (autoload 'speedbar-frame-mode "speedbar" "\
956 Enable or disable speedbar. Positive ARG means turn on, negative turn off.
957 nil means toggle. Once the speedbar frame is activated, a buffer in
958 `speedbar-mode' will be displayed. Currently, only one speedbar is
959 supported at a time." t nil)
960
961 (autoload 'speedbar-get-focus "speedbar" "\
962 Change frame focus to or from the speedbar frame.
963 If the selected frame is not speedbar, then speedbar frame is
964 selected. If the speedbar frame is active, then select the attached frame." t nil)
965
966 ;;;***
967
945 ;;;### (autoloads nil "timezone" "utils/timezone.el") 968 ;;;### (autoloads nil "timezone" "utils/timezone.el")
946 969
947 (define-error 'invalid-date "Invalid date string") 970 (define-error 'invalid-date "Invalid date string")
948 971
949 ;;;*** 972 ;;;***