~ubuntu-branches/ubuntu/trusty/semi/trusty

« back to all changes in this revision

Viewing changes to pgg-def.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2010-02-08 23:40:04 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100208234004-jf4ifz4cdhjtn628
Tags: upstream-1.14.6+0.20100207
ImportĀ upstreamĀ versionĀ 1.14.6+0.20100207

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  :group 'pgg
59
59
  :type 'boolean)
60
60
 
 
61
(defcustom pgg-decrypt-automatically nil
 
62
  "*If t, decrypt messages automatically."
 
63
  :group 'pgg
 
64
  :type 'boolean)
 
65
 
61
66
(defvar pgg-messages-coding-system nil
62
67
  "Coding system used when reading from a PGP external process.")
63
68