1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* etc/NEWS: Announce Eshell bookmarks.

This commit is contained in:
Stefan Kangas 2021-09-29 03:48:35 +02:00
parent da89bdde2e
commit b9fa57e5b0
2 changed files with 4 additions and 2 deletions

View file

@ -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
---

View file

@ -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 ()