From: yamaoka Date: Mon, 13 Dec 1999 03:57:45 +0000 (+0000) Subject: Fix open parenthesis. X-Git-Tag: apel-shubit-10_0~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4208219a1dcbc178a90650709a061849cd4d053c;p=elisp%2Fapel.git Fix open parenthesis. --- 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")