From 9a7fdbba81d63a45c4521c153884d61d706a14bc Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 17 Aug 2010 11:43:45 +0000 Subject: [PATCH] lpath.el: No need to bind bookmark-yank-point and bookmark-make-record-function. --- lisp/ChangeLog | 5 +++++ lisp/lpath.el | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd6fc2a42..ae0a55523 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-08-17 Katsumi Yamaoka + + * lpath.el: No need to bind bookmark-yank-point and + bookmark-make-record-function. + 2010-08-17 Glenn Morris * gnus-sync.el: Require gnus components whose functions are used. diff --git a/lisp/lpath.el b/lisp/lpath.el index 2cab50528..6ddc4c534 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -12,13 +12,10 @@ (unless (featurep 'xemacs) (maybe-fbind '(pgg-display-output-buffer url-generic-parse-url)) (maybe-bind '(bookmark-current-buffer - bookmark-yank-point help-xref-stack-item url-version + help-xref-stack-item url-version w3-meta-charset-content-type-regexp w3-meta-content-type-charset-regexp)) - (when (>= emacs-major-version 22) - (maybe-bind '(bookmark-make-record-function))) - (when (<= emacs-major-version 22) (defun ecomplete-add-item (type key text)) (defun ecomplete-save nil) @@ -100,7 +97,7 @@ w3m-region window-edges)) (maybe-bind '(adaptive-fill-first-line-regexp - bookmark-current-buffer bookmark-yank-point buffer-display-table + bookmark-current-buffer buffer-display-table cursor-in-non-selected-windows default-enable-multibyte-characters default-file-name-coding-system eudc-protocol filladapt-mode gnus-agent-expire-current-dirs help-xref-stack-item idna-program -- 2.34.1