From 815757bb28abf9d7f47e089a815a29bac4267ad8 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 26 Jan 2006 11:14:49 +0000 Subject: [PATCH] Fix previous commit. --- ChangeLog | 2 +- lisp/dgnushack.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9c4e1e..86bb06d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,7 @@ 2005-01-26 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-unexporting-files): Exclude - dgnuskwds.el, legacy-gnus-agent.el and gnus-load.el. + dgnuskwds.el and gnus-load.el. * lisp/nnheader.el (mm-subst-char-in-string): New function. (nnheader-replace-chars-in-string): Use it. diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 30da845..5531450 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -367,7 +367,7 @@ adding the --with-addpath=FLIM_PATH option.\n" (autoload 'std11-unfold-region "nnheader")) (defconst dgnushack-unexporting-files - (append '("dgnushack.el" "dgnuspath.el" "lpath.el") + (append '("dgnushack.el" "dgnuspath.el" "lpath.el" "legacy-gnus-agent.el") (unless (or (condition-case code (require 'w3-parse) (error -- 1.7.10.4