diff options
author | Glenn Morris <rgm@gnu.org> | 2009-08-21 07:24:26 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-08-21 07:24:26 +0000 |
commit | d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch) | |
tree | c63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/printing.el | |
parent | a8ab722f607b850b8dba6eb17674df18861f73d6 (diff) | |
download | emacs-d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6.tar.gz |
Use help-print-return-message rather than the now obsolete alias.
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index 5d101b40b2a..46b5f00d182 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -1,7 +1,7 @@ ;;; printing.el --- printing utilities -;; Copyright (C) 2000, 2001, 2003, 2004, 2005, -;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 +;; Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre <viniciusjl@ig.com.br> ;; Maintainer: Vinicius Jose Latorre <viniciusjl@ig.com.br> @@ -5506,7 +5506,7 @@ If menu binding was not done, calls `pr-menu-bind'." (defun pr-show-setup (settings buffer-name) (with-output-to-temp-buffer buffer-name (princ settings) - (print-help-return-message))) + (help-print-return-message))) (defun pr-complete-alist (prompt alist default) |