Fix open parenthesis.
authoryamaoka <yamaoka>
Mon, 13 Dec 1999 03:57:45 +0000 (03:57 +0000)
committeryamaoka <yamaoka>
Mon, 13 Dec 1999 03:57:45 +0000 (03:57 +0000)
ChangeLog
poe-18.el

index 7dc2f21..6e976b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * poe-18.el: Fix open parenthesis.
+
        * README.ja: Sync up with README.en.
 
        * README.en: Fix what versions of Emacsen can use
index 9c44895..b3e0f74 100644 (file)
--- 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")