[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug: `a' broken in emacs-snapshot
- From: Michael Heerdegen <michael_heerdegen@xxxxxx>
- Date: Thu, 11 Oct 2012 01:04:03 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 11921
- References: <87626i6mmb.fsf@xxxxxx> <b4mzk3u0wlu.fsf@xxxxxxx>
Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
> * w3m-bookmark.el (w3m-bookmark-buffer): Use (0 0) as the Unix epoch.
>
> --- w3m-bookmark.el~ 2012-07-18 06:03:30.117297300 +0000
> +++ w3m-bookmark.el 2012-10-10 22:44:59.501296100 +0000
> @@ -179,5 +179,3 @@
> ;; No bookmark file.
> - (with-temp-buffer
> - ;; 0 in Emacs; (0 . 0) in XEmacs
> - (visited-file-modtime))))
> + '(0 0)))
> (buffer-enable-undo))
This works for me - thanks!
Michael.