Files
emacs/lisp
Michael Albinus abd1642e1e Fix error codes in Tramp
* lisp/net/tramp-compat.el (tramp-compat-user-error): New defsubst,
taken from tramp.el.
(tramp-file-missing): New defconst.

* lisp/net/tramp.el (tramp-user-error): Remove it.
(tramp-check-proper-method-and-host)
(tramp-dissect-file-name, tramp-debug-message)
(tramp-handle-shell-command):
* lisp/net/tramp-adb.el (tramp-adb-handle-shell-command):
* lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler):
Use `tramp-compat-user-error'.

* lisp/net/tramp.el (tramp-handle-insert-file-contents)
(tramp-handle-load):
* lisp/net/tramp-adb.el (tramp-adb-handle-file-local-copy):
* lisp/net/tramp-gvfs.el (tramp-gvfs-handle-file-local-copy)
* lisp/net/tramp-sh.el (tramp-sh-handle-file-local-copy):
* lisp/net/tramp-smb.el (tramp-smb-handle-file-local-copy):
Use `tramp-file-missing'.  (Bug#24714)

* lisp/net/tramp-sh.el (tramp-sh-handle-add-name-to-file):
* lisp/net/tramp-smb.el (tramp-smb-handle-make-symbolic-link):
Use `file-already-exists'.
2016-10-22 13:54:56 +02:00
..
2016-07-10 01:18:47 +02:00
2016-10-21 13:06:03 -07:00
2016-10-21 13:06:03 -07:00
2016-09-03 11:46:50 -04:00
2016-10-22 13:54:56 +02:00
2016-08-22 14:40:35 -07:00
2016-10-21 13:06:03 -07:00
2016-10-18 21:16:55 +02:00
2016-10-21 13:06:03 -07:00
2016-09-26 13:39:17 -07:00
2016-05-01 19:27:09 +02:00
2016-05-01 18:53:31 -07:00
2016-02-24 22:35:18 +02:00
2016-08-21 04:15:44 -07:00
2016-02-14 19:45:12 -08:00
2016-04-10 23:55:05 -07:00
2016-08-30 20:54:42 -07:00
2016-08-17 10:10:47 +02:00
2016-10-16 22:51:51 -07:00
2016-02-21 13:32:22 +11:00
2016-03-02 17:21:38 +00:00
2016-05-01 19:27:10 +02:00
2016-09-26 13:37:36 -07:00
2016-09-28 13:08:12 -04:00
2016-08-30 19:45:05 -07:00
2016-10-21 13:06:03 -07:00
2016-06-09 17:56:29 +09:00
2016-10-16 22:51:51 -07:00
2016-10-21 13:06:03 -07:00
2016-03-02 10:24:55 +00:00
2016-10-21 13:06:03 -07:00
2016-03-07 08:26:36 -08:00
2016-05-01 19:27:08 +02:00
2016-05-01 19:27:10 +02:00
2016-03-18 08:55:26 -07:00
2016-10-10 07:35:31 -07:00
2016-05-13 07:45:30 -07:00
2016-05-01 19:27:09 +02:00
2016-09-28 13:08:12 -04:00
2016-09-28 13:08:12 -04:00
2016-10-21 13:06:03 -07:00
2016-08-10 00:42:40 -04:00
2016-04-29 15:23:38 +02:00
2016-10-01 06:22:45 -04:00
2016-03-07 08:26:36 -08:00
2016-03-23 11:27:22 -07:00
2016-07-08 17:22:14 +02:00
2016-09-26 13:39:17 -07:00
2016-10-22 13:07:32 +02:00
2016-09-26 13:35:56 -07:00
2016-03-07 18:55:20 -08:00
2016-05-01 19:27:12 +02:00
2016-02-26 16:01:46 +10:30
2016-08-05 14:10:30 -07:00
2016-09-28 13:08:12 -04:00
2016-08-13 23:32:36 -05:00
2016-10-04 10:26:38 -04:00
2016-09-28 13:08:12 -04:00
2016-10-16 22:51:51 -07:00
2016-10-10 07:35:32 -07:00
2016-06-27 22:25:10 +02:00
2016-02-22 11:33:54 -08:00
2016-05-01 19:27:09 +02:00
2016-09-28 13:08:12 -04:00
2016-09-28 13:08:12 -04:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.