Mercurial > emacs
comparison lisp/simple.el @ 83530:46b1096093f5
Merged from emacs@sv.gnu.org.
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-294
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-295
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-296
Update from CVS: admin/FOR-RELEASE: Update refcard section.
* emacs@sv.gnu.org/emacs--devo--0--patch-297
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-298
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-299
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-300
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-301
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-302
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-303
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-304
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-103
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-104
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-570
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 12 Jun 2006 07:27:12 +0000 |
parents | c44562301a11 23bc72ff5e31 |
children | a387c138b28e |
comparison
equal
deleted
inserted
replaced
83529:0d9e16eab053 | 83530:46b1096093f5 |
---|---|
4237 (princ "." t)) | 4237 (princ "." t)) |
4238 | 4238 |
4239 (defvaralias 'indicate-unused-lines 'indicate-empty-lines) | 4239 (defvaralias 'indicate-unused-lines 'indicate-empty-lines) |
4240 (defvaralias 'default-indicate-unused-lines 'default-indicate-empty-lines) | 4240 (defvaralias 'default-indicate-unused-lines 'default-indicate-empty-lines) |
4241 | 4241 |
4242 (defun toggle-truncate-lines (arg) | 4242 (defun toggle-truncate-lines (&optional arg) |
4243 "Toggle whether to fold or truncate long lines on the screen. | 4243 "Toggle whether to fold or truncate long lines on the screen. |
4244 With arg, truncate long lines iff arg is positive. | 4244 With arg, truncate long lines iff arg is positive. |
4245 Note that in side-by-side windows, truncation is always enabled." | 4245 Note that in side-by-side windows, truncation is always enabled." |
4246 (interactive "P") | 4246 (interactive "P") |
4247 (setq truncate-lines | 4247 (setq truncate-lines |