aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>1999-12-30 12:27:44 +0000
committerGerd Moellmann <[email protected]>1999-12-30 12:27:44 +0000
commita915c6488f9b55152953453f2505d85409362b1f (patch)
treee690b905b7b29a94c2dd7e7f73cc1392d0222c23 /src
parent79d2af9c26e04a6094c593eb03262d3cb9f4c0e5 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 14be443345..413db7655c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
1999-12-30 Gerd Moellmann <[email protected]>
+ * abbrev.c (Fexpand_abbrev): If expanding an abbrev which has only
+ a hook, and the hook has a non-nil `no-self-insert' property, let
+ the return value of the hook specify whether an expansion took
+ place. If it returns nil, no expansion has been performed.
+
* xterm.c (x_make_frame_visible): Wait for frame becoming visible
differently.