diff options
| author | Eli Zaretskii | 2000-05-23 13:19:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-05-23 13:19:38 +0000 |
| commit | 41ac433f6646ebb2cd6d1de4ee6f123b42679b85 (patch) | |
| tree | d0eb71eb0ef4d04fe1b2dd3afa48bb688fcf94b3 /lisp/ChangeLog | |
| parent | 46600ab15361b60202da10fd5cac6f8c4f0bdc21 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-05-23 Gerd Moellmann <gerd@gnu.org> | 7 | 2000-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'. |