Show
Ignore:
Timestamp:
10/02/05 09:47:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/bookmark.el

    r3828 r3894  
    20592059  (if (bookmark-bmenu-check-position) 
    20602060      (let ((bmrk (bookmark-bmenu-bookmark))) 
    2061         (message (bookmark-location bmrk))))) 
     2061        (message "%s" (bookmark-location bmrk))))) 
    20622062 
    20632063(defun bookmark-bmenu-relocate ()