aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-02-07 09:41:11 -0800
committerGlenn Morris2011-02-07 09:41:11 -0800
commit3caced0bc3b0db2265e053812aba317673bd7c95 (patch)
treed23f6665e3a69fafe1f97ca430dd19be261b73cf
parent65821e224463a3d39034b7f31d54baf229a26e81 (diff)
downloademacs-3caced0bc3b0db2265e053812aba317673bd7c95.tar.gz
emacs-3caced0bc3b0db2265e053812aba317673bd7c95.zip
* lisp/simple.el (next-error): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/simple.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8306a29846e..5d8de616108 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-02-07 Glenn Morris <rgm@gnu.org>
2
3 * simple.el (next-error): Doc fix.
4
12011-02-06 Chong Yidong <cyd@stupidchicken.com> 52011-02-06 Chong Yidong <cyd@stupidchicken.com>
2 Thierry Volpiatto <thierry.volpiatto@gmail.com> 6 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3 7
diff --git a/lisp/simple.el b/lisp/simple.el
index d267089214c..6e26e334372 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -305,8 +305,8 @@ runs `next-error-hook' with `run-hooks', and stays with that buffer
305until you use it in some other buffer which uses Compilation mode 305until you use it in some other buffer which uses Compilation mode
306or Compilation Minor mode. 306or Compilation Minor mode.
307 307
308See variables `compilation-parse-errors-function' and 308To control which errors are matched, customize the variable
309\`compilation-error-regexp-alist' for customization ideas." 309`compilation-error-regexp-alist'."
310 (interactive "P") 310 (interactive "P")
311 (if (consp arg) (setq reset t arg nil)) 311 (if (consp arg) (setq reset t arg nil))
312 (when (setq next-error-last-buffer (next-error-find-buffer)) 312 (when (setq next-error-last-buffer (next-error-find-buffer))