emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 794ba60: Remove Lucid Emacs support from bookmark.e


From: Eli Zaretskii
Subject: [Emacs-diffs] master 794ba60: Remove Lucid Emacs support from bookmark.el
Date: Sat, 15 Jun 2019 04:31:08 -0400 (EDT)

branch: master
commit 794ba60624a08d1f37764867f382d9be9523f665
Author: Stefan Kangas <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 e630771..50c7bdf 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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]