emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 52a92c6: Add autoload cookie to eshell-bookmark-jump


From: Stefan Kangas
Subject: master 52a92c6: Add autoload cookie to eshell-bookmark-jump
Date: Sun, 6 Sep 2020 14:52:02 -0400 (EDT)

branch: master
commit 52a92c6e7bab2861be47a4637a924b2a74b24b66
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Add autoload cookie to eshell-bookmark-jump
    
    * lisp/eshell/esh-mode.el (eshell-bookmark-jump): Add autoload
    cookie, so we can jump to bookmarks before having used eshell.
    Problem noted by Stefan Monnier.
---
 lisp/eshell/esh-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index ecdfd28..e0e8634 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -1018,6 +1018,7 @@ This function could be in the list 
`eshell-output-filter-functions'."
     (location . ,default-directory)
     (handler . eshell-bookmark-jump)))
 
+;;;###autoload
 (defun eshell-bookmark-jump (bookmark)
   "Default bookmark handler for Eshell buffers."
   (let ((default-directory (bookmark-prop-get bookmark 'location)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]