* etc/NEWS: Announce Eshell bookmarks.
This commit is contained in:
4
etc/NEWS
4
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
|
||||
|
||||
---
|
||||
|
||||
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user