From: Stefan Kangas Date: Wed, 29 Sep 2021 01:48:35 +0000 (+0200) Subject: * etc/NEWS: Announce Eshell bookmarks. X-Git-Tag: emacs-28.0.90~538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26;p=emacs.git * etc/NEWS: Announce Eshell bookmarks. --- 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 ()