Files
emacs/lisp
Dima Kogan e5ef59b87d diff-mode auto-refines only after a successful motion
Prior to this patch (if enabled) auto-refinement would kick in after all
hunk navigation commands, even if the motion failed.  This would result
in a situation where the hunk navigation would signal an error and beep,
but yet still accomplish potentially useful work, by auto-refining.
This patch moves the auto-refinement code to only run when a motion was
successful

* lisp/vc/diff-mode.el (diff--internal-hunk-next,
  diff--internal-hunk-prev): Removed auto-refinement-triggering code
* lisp/vc/diff-mode.el (diff--wrap-navigation): Added
  auto-refinement-triggering code
2016-12-24 21:42:02 -08:00
..
2016-12-22 10:14:11 -08:00
2016-12-07 12:43:16 -08:00
2016-11-04 15:02:03 -07:00
2016-12-07 12:39:07 -08:00
2016-12-07 12:40:43 -08:00
2016-11-04 15:02:03 -07:00
2016-11-04 15:02:03 -07:00
2016-12-21 12:42:22 +01:00
2016-12-12 17:17:34 -05:00
2016-12-07 12:43:16 -08:00
2016-11-19 14:31:05 -08: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-11-19 14:31:05 -08:00
2016-12-22 10:14:11 -08:00
2016-12-08 13:46:25 +09: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-12-07 12:43:16 -08:00
2016-10-16 22:51:51 -07:00
2016-02-21 13:32:22 +11:00
2016-11-07 19:34:51 +02:00
2016-05-01 19:27:10 +02:00
2016-12-07 12:36:38 -08:00
2016-09-28 13:08:12 -04:00
2016-10-27 08:11:25 -07:00
2016-01-11 22:48:07 -08:00
2016-06-09 17:56:29 +09:00
2016-11-19 14:31:05 -08:00
2016-10-21 13:06:03 -07:00
2016-03-02 10:24:55 +00: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-05-13 07:45:30 -07:00
2016-01-11 22:48:07 -08:00
2016-05-01 19:27:09 +02:00
2016-12-07 12:43:16 -08:00
2016-12-20 17:41:56 +09:00
2016-12-20 17:41:56 +09:00
2016-12-19 09:32:30 +01:00
2016-12-22 10:14:11 -08:00
2016-09-28 13:08:12 -04:00
2016-10-25 12:50:31 -07:00
2016-11-05 11:42:15 +02: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-12-01 06:20:43 -05:00
2016-01-11 22:48:07 -08:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2016-11-19 14:31:05 -08:00
2016-10-22 13:07:32 +02:00
2016-03-07 18:55:20 -08:00
2016-05-01 19:27:12 +02:00
2016-11-19 14:31:05 -08:00
2016-02-26 16:01:46 +10:30
2016-11-19 14:31:05 -08:00
2016-08-05 14:10:30 -07:00
2016-09-28 13:08:12 -04:00
2016-01-11 22:48:07 -08:00
2016-08-13 23:32:36 -05:00
2016-11-25 21:08:32 +01:00
2016-12-10 17:29:51 -08:00
2016-12-07 20:10:54 -05:00
2016-09-28 13:08:12 -04:00
2016-10-16 22:51:51 -07:00
2016-06-27 22:25:10 +02:00
2016-11-19 14:31:05 -08:00
2016-02-22 11:33:54 -08:00
2016-12-07 12:43:16 -08:00
2016-05-01 19:27:09 +02: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.