# HG changeset patch # User Roland McGrath # Date 728513299 0 # Node ID f852ebc02465c98c9850ee4de29a8509ecaae0d5 # Parent 1c7d06764d0d02e320692a119183ca170324f895 (mail-abbrev-end-of-buffer): Changed interactive spec from "P" to "p". diff -r 1c7d06764d0d -r f852ebc02465 lisp/mail/mailabbrev.el --- a/lisp/mail/mailabbrev.el Sat Jan 30 03:43:24 1993 +0000 +++ b/lisp/mail/mailabbrev.el Sun Jan 31 20:48:19 1993 +0000 @@ -1,6 +1,6 @@ ;;; mailabbrev.el --- abbrev-expansion of mail aliases. -;;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. +;;; Copyright (C) 1985, 1986, 1987, 1992, 1993 Free Software Foundation, Inc. ;; Author: Jamie Zawinski ;; Maintainer: Jamie Zawinski @@ -546,7 +546,7 @@ Don't use this command in Lisp programs! \(goto-char (point-max)) is faster and avoids clobbering the mark." - (interactive "P") + (interactive "p") (if (looking-at "[ \t]*\n") (expand-abbrev)) (setq this-command 'end-of-buffer) (end-of-buffer arg))