diff options
| author | Reuben Thomas | 2014-08-07 12:49:36 +0100 |
|---|---|---|
| committer | Reuben Thomas | 2014-08-07 12:49:36 +0100 |
| commit | 6d9d9cde2f7672efc5d74dc1f8f4a8bd9deb27ea (patch) | |
| tree | 5617810b2e5630ce6a5bef0b8dffa300e3ff19b9 /lisp/url | |
| parent | 6c5bbf8a00919b191d5319ee9324c93f1c496dbf (diff) | |
| download | emacs-6d9d9cde2f7672efc5d74dc1f8f4a8bd9deb27ea.tar.gz emacs-6d9d9cde2f7672efc5d74dc1f8f4a8bd9deb27ea.zip | |
Remove remaining mentions of VMS as a host
* notes/exit-value: Remove specific discussion of VMS.
* doc/emacs/programs.texi (Program Modes): Don't advertise VMS DCL support
any more.
* doc/misc/ediff.texi (Merging and diff3): Don't mention lack of support
for VMS diff, we no longer support VMS.
* lisp/progmodes/ada-mode.el:
* lisp/net/tramp.el (tramp-handle-file-symlink-p):
* lisp/net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
about VMS, which we no longer support.
* lisp/progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
and fix a FIXME, using convert-standard-filename in place of
removed ada-convert-file-name.
* lisp/url/url-handlers.el: Remove a comment about VMS, which we no longer
support.
Diffstat (limited to 'lisp/url')
| -rw-r--r-- | lisp/url/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/url/url-handlers.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 92945b37951..9554c6e519c 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-08-07 Reuben Thomas <rrt@sc3d.org> | ||
| 2 | |||
| 3 | * url-handlers.el: Remove a comment about VMS, which we no longer | ||
| 4 | support. | ||
| 5 | |||
| 1 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2014-08-03 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Don't mishandle dates in the year 9999 (Bug#18176). | 8 | Don't mishandle dates in the year 9999 (Bug#18176). |
diff --git a/lisp/url/url-handlers.el b/lisp/url/url-handlers.el index 704c743bfcd..6b7ab8c9ce6 100644 --- a/lisp/url/url-handlers.el +++ b/lisp/url/url-handlers.el | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | ;; delete-directory Finished (DAV) | 51 | ;; delete-directory Finished (DAV) |
| 52 | ;; delete-file Finished (DAV) | 52 | ;; delete-file Finished (DAV) |
| 53 | ;; diff-latest-backup-file | 53 | ;; diff-latest-backup-file |
| 54 | ;; directory-file-name unnecessary (what about VMS)? | 54 | ;; directory-file-name unnecessary |
| 55 | ;; directory-files Finished (DAV) | 55 | ;; directory-files Finished (DAV) |
| 56 | ;; dired-call-process | 56 | ;; dired-call-process |
| 57 | ;; dired-compress-file | 57 | ;; dired-compress-file |