From: Chong Yidong Date: Tue, 5 May 2009 01:23:41 +0000 (+0000) Subject: * BUGS: Use new binding of view-emacs-problems. X-Git-Tag: emacs-pretest-23.0.94~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6e754b68e156677b2441e8eda26a850ad4b2749;p=emacs.git * BUGS: Use new binding of view-emacs-problems. --- diff --git a/BUGS b/BUGS index 5586529c023..32b44ceb0a3 100644 --- a/BUGS +++ b/BUGS @@ -22,5 +22,5 @@ not part of the Emacs distribution.) (3) By hand. Do cat info/emacs* | more "+/^File: emacs, Node: Bugs," -Please first check the file etc/PROBLEMS (e.g. with C-h C-e in Emacs) to +Please first check the file etc/PROBLEMS (e.g. with C-h C-p in Emacs) to make sure it isn't a known issue. diff --git a/ChangeLog b/ChangeLog index bb66706ddff..223e94573ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-05 Per Starbäck (tiny change) + + * BUGS: Use new binding of view-emacs-problems. + 2009-05-04 Simon Leinen (tiny change) * Makefile.in (install-arch-dep): Avoid using $$(..) construct,