Files
emacs/lisp
Eric Abrahamsen 4ef9bcd0ff Provide new gnus-mode, derive all gnus major modes from this
* lisp/gnus/gnus.el (gnus-mode): New do-nothing major mode, derived
  from special mode.
* lisp/gnus/gnus-sum.el (gnus-summary-mode): Change from a function to
  a major mode, derive from gnus-mode.
  (gnus-summary-setup-buffer): Change call a bit -- can no longer pass
  an argument to the mode function.
* lisp/gnus/gnus-srvr.el (gnus-browse-mode): Derive from gnus-mode.
  (gnus-server-setup-buffer): Remove unnecessary function.
  (gnus-enter-server-buffer): Call gnus-server-mode here, and call it
  whether the server buffer already existed or not.
  (gnus-server-mode): Change from a function to a major mode.
  (gnus-server-mode-hook): Delete custom option, this is automatically
  created.
* lisp/gnus/gnus-salt.el (gnus-tree-mode): Derive from gnus-mode.
  (gnus-tree-mode-hook): Delete custom option, this is automatically
  created.
* lisp/gnus/gnus-kill.el (gnus-kill-file-mode-hook): Delete custom
  option.
* lisp/gnus/gnus-group.el (gnus-group-mode):
* lisp/gnus/gnus-art.el (gnus-article-mode):
* lisp/gnus/gnus-agent.el (gnus-category-mode): Derive from gnus-mode.
  (gnus-category-mode-hook): Delete custom option.

(Bug#33263)
2018-11-23 09:44:35 -08:00
..
2018-11-14 11:45:12 -08:00
2018-10-29 14:09:52 +01:00
2018-11-20 09:38:43 -08:00
2018-09-23 18:32:59 -07:00
2018-10-12 10:31:22 -07:00
2018-11-20 09:38:42 -08:00
2018-09-23 18:32:59 -07:00
2018-11-22 16:29:25 +01:00
2018-09-23 18:32:59 -07:00
2018-10-06 23:31:04 -07:00
2018-11-20 09:38:42 -08:00
2018-08-21 13:44:32 -07:00
2018-10-12 11:44:15 +03:00
2018-11-04 12:51:39 +01:00
2018-08-21 13:44:32 -07:00
2018-10-27 09:15:32 -07:00
2018-06-19 07:38:47 -07:00
2018-07-13 11:28:16 -04:00
2018-09-23 18:32:59 -07:00
2018-10-23 09:39:11 -07:00
2018-08-21 13:44:32 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-07-07 09:27:44 -07:00
2018-10-27 09:15:32 -07:00
2018-08-21 13:44:32 -07:00
2018-03-16 20:41:17 -04:00
2018-11-04 12:51:39 +01:00
2018-09-23 18:32:59 -07:00
2018-04-20 18:55:04 -04:00
2018-10-21 14:36:10 -04:00
2018-05-23 01:35:05 -07:00
2018-10-27 09:15:32 -07:00
2018-04-20 18:55:04 -04:00
2018-08-14 09:06:43 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-09-15 09:20:32 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-05-15 09:09:48 -07:00
2018-11-01 07:24:23 -04:00
2018-09-23 18:32:59 -07:00
2018-08-12 09:01:20 -07:00
2018-08-21 13:44:32 -07:00
2018-09-28 07:54:24 -07:00
2018-11-11 10:31:51 +01:00
2018-06-02 10:29:38 -07:00
2018-03-04 18:01:41 -08:00
2018-09-23 18:32:59 -07:00
2018-03-04 18:01:41 -08:00
2018-09-23 18:32:59 -07:00
2018-03-04 18:01:41 -08:00
2018-07-23 01:10:07 -07:00
2018-09-23 18:32:59 -07:00
2018-08-21 13:44:32 -07:00
2018-10-12 10:31:22 -07:00
2018-09-10 13:12:38 -07:00
2018-10-03 09:25:26 -07:00
2018-09-28 07:54:24 -07:00
2018-03-01 20:28:03 -05:00
2018-07-18 10:23:20 -04:00
2018-10-31 07:50:57 -07:00
2018-07-02 19:19:26 -07:00
2018-09-23 18:32:59 -07:00
2018-08-10 11:37:11 -07:00
2018-11-12 09:38:27 -08:00
2018-10-06 23:31:04 -07:00
2018-09-15 09:20:32 -07:00
2018-09-23 18:32:59 -07:00
2018-11-20 09:38:42 -08:00
2018-08-21 13:44:32 -07:00
2018-09-23 18:32:59 -07: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.