annotate lisp/term/bobcat.el @ 64631:4556f884d581

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-495 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 95) - Update from CVS 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-next-page): Revert. (gnus-article-beginning-of-window): New macro. (gnus-article-next-page-1): Use it. (gnus-article-prev-page): Ditto. (gnus-mime-save-part-and-strip): Use insert-buffer-substring instead of insert-buffer. (gnus-mime-delete-part): Ditto. (gnus-article-edit-exit): Ditto. * lisp/gnus/gnus-util.el (gnus-beginning-of-window): Remove. (gnus-end-of-window): Remove. * lisp/gnus/lpath.el: Don't bind scroll-margin. 2005-07-25 Simon Josefsson <jas@extundo.com> * lisp/gnus/pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible to have the url package without w3. Reported by Daiki Ueno <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
author Miles Bader <miles@gnu.org>
date Mon, 25 Jul 2005 21:35:55 +0000
parents 08bba7a70354
children af1c58687bdd 4da4a09e8b1b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47726
33d53d287ee4 Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents: 38414
diff changeset
1 ;; -*- no-byte-compile: t -*-
479
9a41f30a5e64 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2 ;;; HP terminals usually encourage using ^H as the rubout character
60984
08bba7a70354 Don't use keyswap.el, since it is now obsolete.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
3 (keyboard-translate ?\177 ?\^h)
08bba7a70354 Don't use keyswap.el, since it is now obsolete.
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
4 (keyboard-translate ?\^h ?\177)
38414
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 3288
diff changeset
5
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 47726
diff changeset
6 ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
38414
67b464da13ec Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents: 3288
diff changeset
7 ;;; bobcat.el ends here