aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/pgg.el3
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5c15bfb1f4d..933c44580e6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-12-23 Daiki Ueno <ueno@unixuser.org>
2
3 * pgg.el: Add obsolescence info.
4
12008-12-22 Richard M Stallman <rms@gnu.org> 52008-12-22 Richard M Stallman <rms@gnu.org>
2 6
3 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with. 7 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
diff --git a/lisp/pgg.el b/lisp/pgg.el
index 33bbace71f4..cdf3269fcf4 100644
--- a/lisp/pgg.el
+++ b/lisp/pgg.el
@@ -25,6 +25,9 @@
25 25
26;;; Commentary: 26;;; Commentary:
27 27
28;; This file is on its way to obsolescence, waiting for allout.el to
29;; switch to EPG.
30
28;;; Code: 31;;; Code:
29 32
30(require 'pgg-def) 33(require 'pgg-def)