[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Bug: `a' broken in emacs-snapshot



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.