diff options
Diffstat (limited to 'hywconfig.el')
| -rw-r--r-- | hywconfig.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/hywconfig.el b/hywconfig.el index d11318f..983a6f3 100644 --- a/hywconfig.el +++ b/hywconfig.el @@ -4,7 +4,7 @@ ;; ;; Orig-Date: 15-Mar-89 ;; -;; Copyright (C) 1989-2017 Free Software Foundation, Inc. +;; Copyright (C) 1989-2019 Free Software Foundation, Inc. ;; See the "../HY-COPY" file for license information. ;; ;; This file is part of GNU Hyperbole. @@ -51,12 +51,6 @@ (require 'ring) (require 'set) -;; XEmacs compatibility -(or (fboundp 'frame-parameter) - (fset 'frame-parameter 'frame-property)) -(or (fboundp 'set-frame-parameter) - (fset 'set-frame-parameter 'set-frame-property)) - ;;; ************************************************************************ ;;; Public variables ;;; ************************************************************************ |
