unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re:info,bookmark and bzip2
@ 2002-06-07  8:11 Robert Thorpe
  0 siblings, 0 replies; only message in thread
From: Robert Thorpe @ 2002-06-07  8:11 UTC (permalink / raw)



> Does this patch make it work?
>

Yes.  Thanks a lot.
 
> *** bookmark.el.~1.59.~	Fri Dec 21 04:05:59 2001
> --- bookmark.el	Thu Jun  6 18:41:39 2002
> ***************
> *** 1078,1086 ****
> --- 1078,1088 ----
>      ((file-exists-p file)                       file)
>      ((file-exists-p (concat file ".Z"))         (concat file ".Z"))
>      ((file-exists-p (concat file ".gz"))        (concat file ".gz"))
> +    ((file-exists-p (concat file ".bz2"))       (concat file ".bz2"))
>      ((file-exists-p (concat file ".z"))         (concat file ".z"))
>      ((file-exists-p (concat file ".info"))      (concat file
>      ".info")) ((file-exists-p (concat file ".info.gz"))   (concat
>      file ".info.gz"))
> +    ((file-exists-p (concat file ".info.bz2"))  (concat file
> +    ".info.bz2"))
>      ((file-exists-p (concat file ".info.Z"))    (concat file
>      ".info.Z")) ((file-exists-p (concat file ".info.z"))    (concat
>      file ".info.z")) ((vc-backend file)                         
>      file) ; maybe VC has it?
> 
> 



-- 
The information in this e-mail is for use by the addressee(s) only. If you 
are not the intended recipient, please notify us immediately and delete the 
message from your computer. No liability or responsibility is accepted for 
viruses and it is your responsibility to scan attachments (if any). 
Opinions and views expressed in this email are those of the sender and 
do not reflect the opinions and views of antenova Ltd.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-07  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-07  8:11 Re:info,bookmark and bzip2 Robert Thorpe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).