[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/simple.el,v [EMACS_22_BASE]
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/simple.el,v [EMACS_22_BASE] |
Date: |
Mon, 28 Jul 2008 20:02:06 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Chong Yidong <cyd> 08/07/28 20:02:05
Index: simple.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/simple.el,v
retrieving revision 1.859.2.19
retrieving revision 1.859.2.20
diff -u -b -r1.859.2.19 -r1.859.2.20
--- simple.el 11 Mar 2008 01:57:57 -0000 1.859.2.19
+++ simple.el 28 Jul 2008 20:02:04 -0000 1.859.2.20
@@ -306,7 +306,10 @@
;; we know here that next-error-function is a valid symbol we can funcall
(with-current-buffer next-error-last-buffer
(funcall next-error-function (prefix-numeric-value arg) reset)
- (run-hooks 'next-error-hook))))
+ (run-hooks 'next-error-hook)))
+ ;; This is a workaround for a redisplay bug (bug#197). The proper
+ ;; fix is in the trunk: see the 2008-07-28 change to xdisp.c by cyd.
+ (redisplay))
(defun next-error-internal ()
"Visit the source code corresponding to the `next-error' message at point."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/simple.el,v [EMACS_22_BASE],
Chong Yidong <=