]> git.eshelyaron.com Git - emacs.git/commitdiff
doh, fixing year in ChangeLog entries introduced by last two commits
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 20 Jan 2015 13:03:45 +0000 (14:03 +0100)
committerMichal Nazarewicz <mina86@mina86.com>
Tue, 20 Jan 2015 13:03:45 +0000 (14:03 +0100)
lisp/ChangeLog
test/ChangeLog

index 6c2f8e811ecb85a7ef0b6196b4a1424b469d2f41..35b08b0f1deeada9bb7306db9c9fe9bab63a2fce 100644 (file)
@@ -1,12 +1,10 @@
-2014-01-20  Michal Nazarewicz  <mina86@mina86.com>
+2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
 
        * textmodes/tildify.el (tildify-double-space-undos): A new
        variable specifying whether pressing space in `tildify-mode' after
        a space has been replaced with hard space undos the substitution.
        (tildify-space): Add code branch for handling `tildify-doule-space'.
 
-2014-01-20  Michal Nazarewicz  <mina86@mina86.com>
-
        * textmodes/tildify.el (tildify-space): A new function
        which can be used as a `post-self-insert-hook' to automatically
        convert spaces into hard spaces.
index c37b98663bd7ed2c042ec8c85f1f2d2b7be9160b..544835bdd4f492871e19b51f8140b624e7385585 100644 (file)
@@ -1,4 +1,4 @@
-2014-01-20  Michal Nazarewicz  <mina86@mina86.com>
+2015-01-20  Michal Nazarewicz  <mina86@mina86.com>
 
        * automated/tildify-tests.el (tildify-space-undo-test--test):
        A new helper function for testing `tildify-double-space-undos'