[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Fix "Error during redisplay" from which-func.el
From: |
Takafumi Arakaki |
Subject: |
[PATCH] Fix "Error during redisplay" from which-func.el |
Date: |
Sun, 7 Oct 2012 07:43:40 +0200 |
Hi,
This patch should fix the following error when there is no function
defined at point.
Error during redisplay: (eval (replace-regexp-in-string "%" "%%"
(gethash (selected-window) which-func-table which-func-unknown)))
signaled (wrong-type-argument arrayp nil)
I get this error at point in python file when there is no function
defined before the cursor.
Takafumi
which-func-current-safer.patch
Description: Binary data
- [PATCH] Fix "Error during redisplay" from which-func.el,
Takafumi Arakaki <=