comparison lisp/packages/auto-autoloads.el @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children 8eaf7971accc
comparison
equal deleted inserted replaced
164:4e0740e5aab2 165:5a88923fcbfe
159 If TIMEOUT is greater than 0, then the cursor will blink once 159 If TIMEOUT is greater than 0, then the cursor will blink once
160 each TIMEOUT secs (can be a float)." t nil) 160 each TIMEOUT secs (can be a float)." t nil)
161 161
162 ;;;*** 162 ;;;***
163 163
164 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list bookmark-load bookmark-save bookmark-write bookmark-delete bookmark-insert bookmark-rename bookmark-insert-location bookmark-relocate bookmark-jump bookmark-set) "bookmark" "packages/bookmark.el") 164 ;;;### (autoloads (bookmark-menu-delete bookmark-menu-rename bookmark-menu-locate bookmark-menu-jump bookmark-menu-insert bookmark-bmenu-list bookmark-load bookmark-save bookmark-write bookmark-delete bookmark-insert bookmark-rename bookmark-insert-location bookmark-relocate bookmark-jump bookmark-set bookmark-all-names) "bookmark" "packages/bookmark.el")
165 165
166 (if (symbolp (key-binding "r")) nil (progn (define-key ctl-x-map "rb" 'bookmark-jump) (define-key ctl-x-map "rm" 'bookmark-set) (define-key ctl-x-map "rl" 'bookmark-bmenu-list))) 166 (if (symbolp (key-binding "r")) nil (progn (define-key ctl-x-map "rb" 'bookmark-jump) (define-key ctl-x-map "rm" 'bookmark-set) (define-key ctl-x-map "rl" 'bookmark-bmenu-list)))
167 167
168 (defvar bookmark-map nil "\ 168 (defvar bookmark-map nil "\
169 Keymap containing bindings to bookmark functions. 169 Keymap containing bindings to bookmark functions.
197 (define-key bookmark-map "w" 'bookmark-write) 197 (define-key bookmark-map "w" 'bookmark-write)
198 198
199 (define-key bookmark-map "s" 'bookmark-save) 199 (define-key bookmark-map "s" 'bookmark-save)
200 200
201 (add-hook 'kill-emacs-hook (function (lambda nil (and (featurep 'bookmark) bookmark-alist (bookmark-time-to-save-p t) (bookmark-save))))) 201 (add-hook 'kill-emacs-hook (function (lambda nil (and (featurep 'bookmark) bookmark-alist (bookmark-time-to-save-p t) (bookmark-save)))))
202
203 (autoload 'bookmark-all-names "bookmark" "\
204 Return a list of all current bookmark names." nil nil)
202 205
203 (autoload 'bookmark-set "bookmark" "\ 206 (autoload 'bookmark-set "bookmark" "\
204 Set a bookmark named NAME inside a file. 207 Set a bookmark named NAME inside a file.
205 If name is nil, then the user will be prompted. 208 If name is nil, then the user will be prompted.
206 With prefix arg, will not overwrite a bookmark that has the same name 209 With prefix arg, will not overwrite a bookmark that has the same name
1624 1627
1625 ;;;*** 1628 ;;;***
1626 1629
1627 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el") 1630 ;;;### (autoloads (turn-on-lazy-lock lazy-lock-mode) "lazy-lock" "packages/lazy-lock.el")
1628 1631
1632 (defvar lazy-lock-mode nil)
1633
1629 (autoload 'lazy-lock-mode "lazy-lock" "\ 1634 (autoload 'lazy-lock-mode "lazy-lock" "\
1630 Toggle Lazy Lock mode. 1635 Toggle Lazy Lock mode.
1631 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer 1636 With arg, turn Lazy Lock mode on if and only if arg is positive and the buffer
1632 is at least `lazy-lock-minimum-size' characters long. 1637 is at least `lazy-lock-minimum-size' characters long.
1633 1638
1650 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil) 1655 Use \\[lazy-lock-submit-bug-report] to send bug reports or feedback." t nil)
1651 1656
1652 (autoload 'turn-on-lazy-lock "lazy-lock" "\ 1657 (autoload 'turn-on-lazy-lock "lazy-lock" "\
1653 Unconditionally turn on Lazy Lock mode." nil nil) 1658 Unconditionally turn on Lazy Lock mode." nil nil)
1654 1659
1655 (when (fboundp 'add-minor-mode) (defvar lazy-lock-mode nil) (add-minor-mode 'lazy-lock-mode nil)) 1660 (add-minor-mode 'lazy-lock-mode " Lazy")
1656 1661
1657 ;;;*** 1662 ;;;***
1658 1663
1659 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el") 1664 ;;;### (autoloads (ledit-from-lisp-mode ledit-mode) "ledit" "packages/ledit.el")
1660 1665