aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/intervals.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/intervals.c b/src/intervals.c
index a9e36f8b9b1..6ad4ae8d1e9 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -2335,10 +2335,6 @@ get_local_map (position, buffer, type)
2335 BUF_BEGV_BYTE (buffer) = BUF_BEG_BYTE (buffer); 2335 BUF_BEGV_BYTE (buffer) = BUF_BEG_BYTE (buffer);
2336 BUF_ZV_BYTE (buffer) = BUF_Z_BYTE (buffer); 2336 BUF_ZV_BYTE (buffer) = BUF_Z_BYTE (buffer);
2337 2337
2338 /* There are no properties at the end of the buffer, so in that case
2339 check for a local map on the last character of the buffer instead. */
2340 if (position == BUF_Z (buffer) && BUF_Z (buffer) > BUF_BEG (buffer))
2341 --position;
2342 XSETFASTINT (lispy_position, position); 2338 XSETFASTINT (lispy_position, position);
2343 XSETBUFFER (lispy_buffer, buffer); 2339 XSETBUFFER (lispy_buffer, buffer);
2344 /* First check if the CHAR has any property. This is because when 2340 /* First check if the CHAR has any property. This is because when