From b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 29 Sep 2021 03:48:35 +0200 Subject: [PATCH] * 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 38a8f3015d9..15614da7421 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 a9775b7c568..98e89037f33 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 () -- 2.39.5