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:
parent
da89bdde2e
commit
b9fa57e5b0
2 changed files with 4 additions and 2 deletions
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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue