diff lisp/woman.el @ 108048:258c1175292f

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 14 Apr 2010 22:47:29 +0000
parents d9895f87d758
children d835100c3e8b
line wrap: on
line diff
--- a/lisp/woman.el	Tue Apr 13 22:52:59 2010 +0000
+++ b/lisp/woman.el	Wed Apr 14 22:47:29 2010 +0000
@@ -4533,6 +4533,7 @@
   "Make a bookmark entry for a Woman buffer."
   `(,(Man-default-bookmark-title)
     ,@(bookmark-make-record-default 'point-only)
+    (location . ,(concat "woman " woman-last-file-name))
     ;; Use the same form as man's bookmarks, as much as possible.
     (man-args . ,woman-last-file-name)
     (handler . woman-bookmark-jump)))