diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2010-11-06 15:05:47 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2010-11-06 15:05:47 +0100 |
commit | 09def8be4f220f116302d3b55a5c53a77d70a273 (patch) | |
tree | 8f24e15ebbc395d716351466b651e6d84fe19bd3 /lisp | |
parent | 6ce78fdc207098b4932a19e8f1dd5293264037d4 (diff) | |
download | emacs-09def8be4f220f116302d3b55a5c53a77d70a273.tar.gz emacs-09def8be4f220f116302d3b55a5c53a77d70a273.tar.bz2 emacs-09def8be4f220f116302d3b55a5c53a77d70a273.zip |
Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7762db1919..49eca72f4eb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,7 +4,7 @@ variable (permanent-local). * net/tramp.el (tramp-handle-insert-file-contents): Do not set - `permanent-local' property for `(backup-by-copying-when-mismatch'. + `permanent-local' property for `backup-by-copying-when-mismatch'. 2010-11-06 Eli Zaretskii <eliz@gnu.org> |