[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

w3m-condition-case lisp-indent-function typo



There might be a missing quote on the w3m-condition-case
lisp-indent-function per below.

I noticed this when I made the same mistake in my own code and did a
grep to see if anyone else may have :-).
--- w3m-util.el.~1.140.~	2010-11-03 10:24:36.000000000 +1100
+++ w3m-util.el	2010-11-03 10:25:02.000000000 +1100
@@ -111,7 +111,7 @@
   (if clauses
       (cons 'progn (cdr (car clauses)))))
 
-(put 'w3m-condition-case lisp-indent-function 2)
+(put 'w3m-condition-case 'lisp-indent-function 2)
 (defmacro w3m-condition-case (var bodyform &rest handlers)
   "Like `condition-case', except that signal an error if `debug-on-error'
 or `debug-on-quit' is non-nil."

-- 
Medical jargon elucidated for the layman:
"Treatment is symptomatic" -- there is no treatment.