aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2000-05-23 13:19:38 +0000
committerEli Zaretskii2000-05-23 13:19:38 +0000
commit41ac433f6646ebb2cd6d1de4ee6f123b42679b85 (patch)
treed0eb71eb0ef4d04fe1b2dd3afa48bb688fcf94b3 /lisp/ChangeLog
parent46600ab15361b60202da10fd5cac6f8c4f0bdc21 (diff)
downloademacs-41ac433f6646ebb2cd6d1de4ee6f123b42679b85.tar.gz
emacs-41ac433f6646ebb2cd6d1de4ee6f123b42679b85.zip
(make-backup-file-name-1): Replace slashes with `!'
rather than `|' (which is not allowed on Windows). Replace the drive letters with a string "drive_X".
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 78ae669dfc7..f778179b87f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * files.el (make-backup-file-name-1): Replace slashes with `!'
4 rather than `|' (which is not allowed on Windows). Replace the
5 drive letters with a string "drive_X".
6
12000-05-23 Gerd Moellmann <gerd@gnu.org> 72000-05-23 Gerd Moellmann <gerd@gnu.org>
2 8
3 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. 9 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.