emacs-diffs
[Top][All Lists]
Advanced

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

master b9fa57e 2/2: * etc/NEWS: Announce Eshell bookmarks.


From: Stefan Kangas
Subject: master b9fa57e 2/2: * etc/NEWS: Announce Eshell bookmarks.
Date: Tue, 28 Sep 2021 21:53:14 -0400 (EDT)

branch: master
commit b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * etc/NEWS: Announce Eshell bookmarks.
---
 etc/NEWS                | 4 ++++
 lisp/eshell/esh-mode.el | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 38a8f30..15614da 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1565,6 +1565,10 @@ This allows users to use (define-key eshell-mode-map 
...) as usual.
 Some modules have their own minor mode now to account for these
 changes.
 
+*** Support for bookmark.el.
+The command `bookmark-set' (bound to `C-x r m') is now supported, and
+will create a bookmark that opens the current directory in Eshell.
+
 ** Archive mode
 
 ---
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index a9775b7..98e8903 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -993,8 +993,6 @@ This function could be in the list 
`eshell-output-filter-functions'."
 
 ;;; Bookmark support:
 
-(declare-function bookmark-make-record-default
-                  "bookmark" (&optional no-file no-context posn))
 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
 
 (defun eshell-bookmark-name ()



reply via email to

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