From 4208219a1dcbc178a90650709a061849cd4d053c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 13 Dec 1999 03:57:45 +0000 Subject: [PATCH] Fix open parenthesis. --- ChangeLog | 2 ++ poe-18.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7dc2f21..6e976b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-12-13 Katsumi Yamaoka + * poe-18.el: Fix open parenthesis. + * README.ja: Sync up with README.en. * README.en: Fix what versions of Emacsen can use diff --git a/poe-18.el b/poe-18.el index 9c44895..b3e0f74 100644 --- a/poe-18.el +++ b/poe-18.el @@ -74,7 +74,7 @@ Associates the function with the current load file, if any." ;; (symbol-plist 'cyclic-function-indirection) (put 'cyclic-function-indirection 'error-conditions - '(cyclic-function-indirection error) + '(cyclic-function-indirection error)) (put 'cyclic-function-indirection 'error-message "Symbol's chain of function indirections contains a loop") -- 1.7.10.4