diff options
| author | Glenn Morris | 2007-11-01 04:03:12 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-01 04:03:12 +0000 |
| commit | 31cf791e20a025f5cde92a551b5751c972da451a (patch) | |
| tree | cef59ceab1feac1b78c232627b61fdef0f280c80 /lisp/ChangeLog | |
| parent | 17b159c4e46e77beb476ac63a57322adfeb159d6 (diff) | |
| download | emacs-31cf791e20a025f5cde92a551b5751c972da451a.tar.gz emacs-31cf791e20a025f5cde92a551b5751c972da451a.zip | |
(nroff-mode): Set indent-line-function.
(nroff-indent-line-function): New function.
(nroff-count-text-lines): Use nroff-forward-text-line rather than
obsolete alias.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37959364533..ce984fb410c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -21,6 +21,11 @@ | |||
| 21 | (footnote-roman-lower-regexp, footnote-roman-upper-regexp): | 21 | (footnote-roman-lower-regexp, footnote-roman-upper-regexp): |
| 22 | Match multi-character footnotes. | 22 | Match multi-character footnotes. |
| 23 | 23 | ||
| 24 | * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function. | ||
| 25 | (nroff-indent-line-function): New function. | ||
| 26 | (nroff-count-text-lines): Use nroff-forward-text-line rather than | ||
| 27 | obsolete alias. | ||
| 28 | |||
| 24 | 2007-10-31 Michael Albinus <michael.albinus@gmx.de> | 29 | 2007-10-31 Michael Albinus <michael.albinus@gmx.de> |
| 25 | 30 | ||
| 26 | * net/tramp.el (tramp-open-connection-telnet) | 31 | * net/tramp.el (tramp-open-connection-telnet) |