]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove Lucid Emacs support from bookmark.el
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Jun 2019 08:36:10 +0000 (10:36 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 15 Jun 2019 08:30:46 +0000 (11:30 +0300)
* lisp/bookmark.el: Remove Lucid Emacs support.
(Bug#36179)

lisp/bookmark.el

index e630771eb5fe08c26e15d79de641b727ef9c9b22..50c7bdf8ca268784f2a5ce69a22af1b31b3170e1 100644 (file)
@@ -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))
-
 \f
 ;;; Keymap stuff: