emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pgg-def.el,v


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/pgg-def.el,v
Date: Mon, 24 Jul 2006 07:32:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Reiner Steib <rsteib>   06/07/24 07:32:16

Index: pgg-def.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/pgg-def.el,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pgg-def.el  10 Feb 2006 05:08:28 -0000      1.3
+++ pgg-def.el  24 Jul 2006 07:32:16 -0000      1.4
@@ -87,7 +87,7 @@
   "If t, inform the recipient that the input is text.")
 
 (defmacro pgg-truncate-key-identifier (key)
-  `(if (> (length ,key) 8) (substring ,key 8) ,key))
+  `(if (> (length ,key) 8) (substring ,key -8) ,key))
 
 (provide 'pgg-def)
 




reply via email to

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