From 794ba60624a08d1f37764867f382d9be9523f665 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 12 Jun 2019 10:36:10 +0200 Subject: [PATCH] Remove Lucid Emacs support from bookmark.el * lisp/bookmark.el: Remove Lucid Emacs support. (Bug#36179) --- lisp/bookmark.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index e630771eb5f..50c7bdf8ca2 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -176,12 +176,6 @@ A non-nil value may result in truncated bookmark names." ;;; No user-serviceable parts beyond this point. -;; Added for lucid emacs compatibility, db -(or (fboundp 'defalias) (fset 'defalias 'fset)) - -;; suggested for lucid compatibility by david hughes: -(or (fboundp 'frame-height) (defalias 'frame-height 'screen-height)) - ;;; Keymap stuff: -- 2.39.5