Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 29 Oct 2002 04:16:54 +0000 (04:16 +0000)
committeryamaoka <yamaoka>
Tue, 29 Oct 2002 04:16:54 +0000 (04:16 +0000)
lisp/ChangeLog
lisp/mml.el

index c9604a6..635703e 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-28  Josh  <huber@alum.wpi.edu>
+
+       * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
+       functions.
+       
 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
        From mah@everybody.org (Mark A. Hershberger).
 
index 922a7fa..e66e63a 100644 (file)
@@ -819,8 +819,8 @@ If HANDLES is non-nil, use it instead reparsing the buffer."
     (define-key map "v" 'mml-validate)
     (define-key map "P" 'mml-preview)
     (define-key map "s" sign)
-    (define-key map "S" sign)
-    (define-key map "c" encryptpart)
+    (define-key map "S" signpart)
+    (define-key map "c" encrypt)
     (define-key map "C" encryptpart)
     ;;(define-key map "n" 'mml-narrow-to-part)
     ;; `M-m' conflicts with `back-to-indentation'.