aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-16 22:01:37 +0200
committerLars Magne Ingebrigtsen2011-07-16 22:01:37 +0200
commit3ee3a1b5386a4df89314aa10ee1e596ae3d60446 (patch)
tree6d7da55cbba4114bc2677294d768b3ddeb204bc1 /lisp/ChangeLog
parentaa57197f1f28ae6c54257f61ce40152cc095b7ae (diff)
downloademacs-3ee3a1b5386a4df89314aa10ee1e596ae3d60446.tar.gz
emacs-3ee3a1b5386a4df89314aa10ee1e596ae3d60446.zip
Make `buffer-offer-save' permanently local
Fixes: debbugs:6241
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 48f61a55552..a6b66ca2678 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4
3 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message 5 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4 to clarify what the problem is (bug#4291). 6 to clarify what the problem is (bug#4291).
5 7