aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.6
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog.6')
-rw-r--r--lisp/ChangeLog.64
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6
index c4c00ffb082..f06df6497f6 100644
--- a/lisp/ChangeLog.6
+++ b/lisp/ChangeLog.6
@@ -5291,7 +5291,7 @@
5291 5291
5292 * skeleton.el (skeleton-end-hook): Now defvared and responsible for 5292 * skeleton.el (skeleton-end-hook): Now defvared and responsible for
5293 pushing out anything following skeleton to next line. Thus this 5293 pushing out anything following skeleton to next line. Thus this
5294 behaviour can now be controlled by modes. 5294 behavior can now be controlled by modes.
5295 (skeleton-insert): Parameter `no-newline' removed. 5295 (skeleton-insert): Parameter `no-newline' removed.
5296 (skeleton-read): Take this into account. 5296 (skeleton-read): Take this into account.
5297 (skeleton-internal-1): Less spurious empty lines when wrapping. 5297 (skeleton-internal-1): Less spurious empty lines when wrapping.
@@ -6721,7 +6721,7 @@
6721 6721
6722 * skeleton.el (skeleton-newline-indent-rigidly): New variable. 6722 * skeleton.el (skeleton-newline-indent-rigidly): New variable.
6723 (skeleton-internal-1): Use it for indenting after \n because previous 6723 (skeleton-internal-1): Use it for indenting after \n because previous
6724 behaviour was only useful for `sh-script.el' and old `ada.el'. Other 6724 behavior was only useful for `sh-script.el' and old `ada.el'. Other
6725 modes now get their own indentation. 6725 modes now get their own indentation.
6726 (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New' 6726 (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New'
6727 variables for passing between the mutually recursive functions of 6727 variables for passing between the mutually recursive functions of