unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36179: [PATCH] Remove Lucid Emacs support from bookmark.el
@ 2019-06-12 13:04 Stefan Kangas
  2019-06-15  8:31 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Kangas @ 2019-06-12 13:04 UTC (permalink / raw)
  To: 36179

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

I suggest that we remove this code that supports "Lucid Emacs" from
bookmark.el.  From a cursory web search, I don't think this code from
1993 and 1995 is needed on modern XEmacs, and if it is, it's better if
they add these aliases themselves.

Thanks,
Stefan Kangas

[-- Attachment #2: 0001-Remove-Lucid-Emacs-support-from-bookmark.el.patch --]
[-- Type: application/octet-stream, Size: 820 bytes --]

From 07eddd16dad63637a7288019e6d98f6fe17c52bd Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankangas@gmail.com>
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.
---
 lisp/bookmark.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 5a9859d83d..ae50aeb320 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -176,12 +176,6 @@ bookmark-menu-heading
 
 ;;; 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:
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36179: [PATCH] Remove Lucid Emacs support from bookmark.el
  2019-06-12 13:04 bug#36179: [PATCH] Remove Lucid Emacs support from bookmark.el Stefan Kangas
@ 2019-06-15  8:31 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-06-15  8:31 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 36179-done

> From: Stefan Kangas <stefan@marxist.se>
> Date: Wed, 12 Jun 2019 15:04:09 +0200
> 
> I suggest that we remove this code that supports "Lucid Emacs" from
> bookmark.el.  From a cursory web search, I don't think this code from
> 1993 and 1995 is needed on modern XEmacs, and if it is, it's better if
> they add these aliases themselves.

Thanks, pushed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-15  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 13:04 bug#36179: [PATCH] Remove Lucid Emacs support from bookmark.el Stefan Kangas
2019-06-15  8:31 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).