X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fmessagexmas.el;h=17463107509a5d1d25d826bc73a21c5c5ba61a02;hp=e094bcaeb180bc526aa34ab8ce26e220c52b51c6;hb=37b1b9ea0c7f7482525330d35a752bdd3ba43d68;hpb=9b139a13c0650a18872ebd64849560a97554afa8 diff --git a/lisp/messagexmas.el b/lisp/messagexmas.el index e094bcaeb..174631075 100644 --- a/lisp/messagexmas.el +++ b/lisp/messagexmas.el @@ -1,7 +1,6 @@ ;;; messagexmas.el --- XEmacs extensions to message -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2003, 2004, -;; 2005 Free Software Foundation, Inc. +;; Copyright (C) 1996-2015 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; Keywords: mail, news @@ -19,9 +18,7 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. +;; along with GNU Emacs. If not, see . ;;; Commentary: @@ -136,7 +133,7 @@ the width is used for the toolbar displayed on the right or the left.") (set-specifier left-toolbar-visible-p nil cur))))) (defun message-xmas-exchange-point-and-mark () - "Exchange point and mark, but allow for XEmacs' optional argument." + "Exchange point and mark, but allow for XEmacs's optional argument." (exchange-point-and-mark message-xmas-dont-activate-region)) (defun message-xmas-maybe-fontify () @@ -194,5 +191,4 @@ If NOW, use that time instead." (provide 'messagexmas) -;;; arch-tag: 0ece0484-8757-4641-b2d4-17147dd5c5b5 ;;; messagexmas.el ends here