diff options
| author | Stefan Kangas | 2021-09-29 03:48:35 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-09-29 03:53:07 +0200 |
| commit | b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26 (patch) | |
| tree | b87620249723e3acc7a80256083528002f99d9e7 /lisp/eshell | |
| parent | da89bdde2e3aa941594a112db884ede1beaac658 (diff) | |
| download | emacs-b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26.tar.gz emacs-b9fa57e5b06a826744fee5b4af9cc45d0ee2ff26.zip | |
* etc/NEWS: Announce Eshell bookmarks.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
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'." | |||
| 993 | 993 | ||
| 994 | ;;; Bookmark support: | 994 | ;;; Bookmark support: |
| 995 | 995 | ||
| 996 | (declare-function bookmark-make-record-default | ||
| 997 | "bookmark" (&optional no-file no-context posn)) | ||
| 998 | (declare-function bookmark-prop-get "bookmark" (bookmark prop)) | 996 | (declare-function bookmark-prop-get "bookmark" (bookmark prop)) |
| 999 | 997 | ||
| 1000 | (defun eshell-bookmark-name () | 998 | (defun eshell-bookmark-name () |