Mercurial > emacs
annotate lisp/=term-nasty.el @ 20137:8e6a173fcd9f
(c-beginning-of-statement):
Fixes in sentence movement to properly
handle M-e moving forward into a comment when looking at preceding
whitespace, and M-a moving backward into comment when looking at
following whitespace.
Uncommented the looking-at call in the
sentence-flag clause so that moving by forward-sentence when looking
at the beginning of a comment works again. A previous log message in
cc-mode.el indicates this was commented out "because
c-beginning-of-statement-1 should do the right thing", but clearly it
doesn't.
I don't know if this breaks something else, because I can't figure out
why it was commented out in the first place.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 23 Oct 1997 07:32:37 +0000 |
parents | 9d4205d1e460 |
children |
rev | line source |
---|---|
657
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
1 ;;; term-nasty.el --- Damned Things from terminfo.el |
83 | 2 |
14527 | 3 ;;; This text is no longer included in Emacs, because it was censored |
4 ;;; by the Communications Decency Act. The law was promoted as a ban | |
5 ;;; on pornography, but it bans far more than that. This file did not | |
14541 | 6 ;;; contain pornography, but it was prohibited nonetheless. |
83 | 7 |
14527 | 8 ;;; For information on US government censorship of the Internet, and |
9 ;;; what you can do to bring back freedom of the press, see the web | |
10 ;;; site http://www.vtw.org/ | |
657
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
11 |
fec3f9a1e3e5
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
83
diff
changeset
|
12 ;;; term-nasty.el ends here |