]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Announce Eshell bookmarks.
authorStefan Kangas <stefan@marxist.se>
Wed, 29 Sep 2021 01:48:35 +0000 (03:48 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 29 Sep 2021 01:53:07 +0000 (03:53 +0200)
etc/NEWS
lisp/eshell/esh-mode.el

index 38a8f3015d9ba89c0d75e61ff297e8a82d472b31..15614da74214f3ac6cf69d4bc26c45daf574ac2f 100644 (file)
--- 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
 
 ---
index a9775b7c568eeaf7bac57b679c75b87753242df5..98e89037f330bc35ed19292cf2c1289959631126 100644 (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 ()