diff options
author | Joakim Verona <joakim@verona.se> | 2015-01-22 08:27:13 +0100 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2015-01-22 08:27:13 +0100 |
commit | 5c1d2b0f06ddb1f6b520b2446ce9e207e5bfc315 (patch) | |
tree | c9e3511c8164d2154c91820e0d90521762dc7bdf /lisp/emacs-lisp/bytecomp.el | |
parent | d6ada5ae0fad7a5c85eb28b102bc460e9fe0aceb (diff) | |
parent | 7f4e7dd378c456b498c270b47b46aaae365a72ab (diff) | |
download | emacs-5c1d2b0f06ddb1f6b520b2446ce9e207e5bfc315.tar.gz emacs-5c1d2b0f06ddb1f6b520b2446ce9e207e5bfc315.tar.bz2 emacs-5c1d2b0f06ddb1f6b520b2446ce9e207e5bfc315.zip |
merge master
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 8440570d755..2bd8d07851b 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1863,8 +1863,8 @@ The value is non-nil if there were no errors, nil if errors." (signal 'file-error (list "Opening output file" (if (file-exists-p target-file) - "cannot overwrite file" - "directory not writable or nonexistent") + "Cannot overwrite file" + "Directory not writable or nonexistent") target-file))) (kill-buffer (current-buffer))) (if (and byte-compile-generate-call-tree |