You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'bm-toggle "bm" "Toggle bookmark in current buffer." t)
|
|
(autoload 'bm-next "bm" "Goto bookmark." t)
|
|
(autoload 'bm-previous "bm" "Goto previous bookmark." t)
|