~ubuntu-branches/ubuntu/wily/semi/wily

« back to all changes in this revision

Viewing changes to pgg-pgp5.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2006-12-02 22:17:07 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061202221707-zc72qytibw6mmc0v
Tags: 1.14.6+0.20061202-1
* New upstream release. (CVS semi-1_14 branch on 2006-12-02)
* debian/copyright: Reformat copyright years.
* debian/copyright: Mention Debian packaging conditions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
;; You should have received a copy of the GNU General Public License
22
22
;; along with GNU Emacs; see the file COPYING.  If not, write to the
23
 
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24
 
;; Boston, MA 02111-1307, USA.
 
23
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
24
;; Boston, MA 02110-1301, USA.
25
25
 
26
26
;;; Code:
27
27
 
202
202
 
203
203
(luna-define-method pgg-scheme-verify-region ((scheme pgg-scheme-pgp5)
204
204
                                              start end &optional signature)
205
 
  (let* ((orig-file (make-temp-file "pgg"))
206
 
         (args '("+verbose=1" "+batchmode=1" "+language=us"))
207
 
         (orig-mode (default-file-modes)))
 
205
  (let ((orig-file (make-temp-file "pgg"))
 
206
        (args '("+verbose=1" "+batchmode=1" "+language=us"))
 
207
        (orig-mode (default-file-modes)))
208
208
    (unwind-protect
209
209
        (progn
210
210
          (set-default-file-modes 448)