Don't downcase system diagnostics' first letters
commit8dd58a2d1fedaa16573bc67e986dc2014620c681
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Jan 2015 04:21:45 +0000 (21 20:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Jan 2015 04:29:42 +0000 (21 20:29 -0800)
tree14d570f1ebf867a8feb07cfe3d3a385989643e1f
parent938bca8e4141f5f96497f9be26b0ea0bb90f40cd
Don't downcase system diagnostics' first letters

* etc/NEWS: Document this.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file):
* lisp/ffap.el (find-file-at-point):
* lisp/files.el (insert-file-1):
* lisp/net/ange-ftp.el (ange-ftp-barf-if-not-directory)
(ange-ftp-copy-file-internal):
* lisp/progmodes/etags.el (visit-tags-table):
* lisp/url/url-dav.el (url-dav-delete-directory, url-dav-delete-file)
(url-dav-directory-files):
Keep diagnostics consistent with system's.
* lisp/erc/erc-dcc.el (erc-dcc-server):
* lisp/ffap.el (ffap-machine-p):
Ignore case while comparing diagnostics.
* src/fileio.c (report_file_errno): Don't downcase, and simplify.
Fixes: bug#19642
14 files changed:
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el
lisp/erc/ChangeLog
lisp/erc/erc-dcc.el
lisp/ffap.el
lisp/files.el
lisp/net/ange-ftp.el
lisp/progmodes/etags.el
lisp/url/ChangeLog
lisp/url/url-dav.el
src/ChangeLog
src/fileio.c