changeset 1832:f852ebc02465

(mail-abbrev-end-of-buffer): Changed interactive spec from "P" to "p".
author Roland McGrath <roland@gnu.org>
date Sun, 31 Jan 1993 20:48:19 +0000
parents 1c7d06764d0d
children ce05243e2491
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <jwz@lucid.com>
 ;; Maintainer: Jamie Zawinski <jwz@lucid.com>
@@ -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))