Show
Ignore:
Timestamp:
2006年09月09日 16時30分10秒 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/pgg-def.el

    r4131 r4161  
    7272  :type 'integer) 
    7373 
     74(defcustom pgg-passphrase-coding-system 
     75  (if (boundp 'locale-coding-system) 
     76      locale-coding-system) 
     77  "Coding system to encode passphrase." 
     78  :group 'pgg 
     79  :type 'coding-system) 
     80 
    7481(defvar pgg-messages-coding-system nil 
    7582  "Coding system used when reading from a PGP external process.")