aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-08-02 21:07:06 +0000
committerChong Yidong <[email protected]>2008-08-02 21:07:06 +0000
commitced0ddebf3fca524567325b961fb676fe74e0f7c (patch)
treed50f5dc5ff8acd2931843c6b161668a444d5370d /lisp
parent43e5d9a98eea110f8af4f461f2e1411e921c6208 (diff)
* cus-edit.el (custom-save-all): Avoid destrying symlink if
already visiting the custom file.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2103aa3e3b..9232dd6d11 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2008-08-02 Chong Yidong <[email protected]>
+ * cus-edit.el (custom-save-all): Avoid destrying symlink if
+ already visiting the custom file.
+
* pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
pending output coming after the status change.