]> git.eshelyaron.com Git - emacs.git/commit
Fix some recently-perturbed bookmark autoloads
authorKarl Fogel <kfogel@red-bean.com>
Tue, 10 Nov 2015 04:14:49 +0000 (22:14 -0600)
committerKarl Fogel <kfogel@red-bean.com>
Tue, 10 Nov 2015 04:14:54 +0000 (22:14 -0600)
commit0f50e5163cf747fcf18124039a82b5156a48316b
treeb6f9fd644aed8b5e6f6e1696b17b9f0ef609e4a6
parentf5eac7baefacd8944a1851596a944fd29dec98fa
Fix some recently-perturbed bookmark autoloads

* lisp/bookmark.el (bookmark-set-internal): Remove unnecessary autoload.
  (bookmark-set): Restore autoload.
  (bookmark-set-no-overwrite): Add autoload.

Thanks to Juanma Barranquero for noticing the autoload problems
introduced by my recent commit adding/changing the above functions
(Sun Nov 8 14:16:43 2015 -0500, git commit 3812e17978).
lisp/bookmark.el