aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorAlan Mackenzie2013-03-06 14:24:39 +0000
committerAlan Mackenzie2013-03-06 14:24:39 +0000
commit33d1e2f5bdaca00fa003faab1d3f8b03dec98023 (patch)
tree9bb5b87432aa6c966c025deba9bde0d333411726 /lisp/ChangeLog
parent1af1a51aada18d88fac7b2ba09231428c6a65d7c (diff)
downloademacs-33d1e2f5bdaca00fa003faab1d3f8b03dec98023.tar.gz
emacs-33d1e2f5bdaca00fa003faab1d3f8b03dec98023.zip
Correct the position of point in some line-up functions.
progmodes/cc-align.el (c-lineup-whitesmith-in-block, c-lineup-assignments) (c-lineup-gcc-asm-reg ): take position of point at column 0 rather than at a random place in the line. doc/misc/cc-mode.texi (Custom Line-Up): State explicitly that point starts at a random position in the line being indented.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ac56cd8ba79..18242539cca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-03-06 Alan Mackenzie <acm@muc.de>
2
3 Correct the position of point in some line-up functions.
4 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
5 (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
6 point at column 0 rather than at a random place in the line.
7
12013-03-05 Michael Albinus <michael.albinus@gmx.de> 82013-03-05 Michael Albinus <michael.albinus@gmx.de>
2 9
3 * net/tramp-compat.el (tramp-compat-delete-directory): Implement 10 * net/tramp-compat.el (tramp-compat-delete-directory): Implement