emacs-devel
[Top][All Lists]
Advanced

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

Re: update of the EasyPG integration patch (Re: minor fixes for EasyPG


From: Glenn Morris
Subject: Re: update of the EasyPG integration patch (Re: minor fixes for EasyPG
Date: Sun, 27 Apr 2008 16:35:09 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Daiki Ueno wrote:

> --- a/lisp/epa-file.el
> +++ b/lisp/epa-file.el
> @@ -126,7 +126,10 @@ May either be a string or a list of strings.")
>  (defun epa-file-handler (operation &rest args)
>    (save-match-data
>      (let ((op (get operation 'epa-file)))
> -      (if op
> +      (if (and op
> +            (if (and (eq operation 'insert-file-contents)
> +                     
> +                     (y-or-n-p ""
>         (apply op args)
>       (epa-file-run-real-handler operation args)))))


This is broken.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]