all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: 36179@debbugs.gnu.org
Subject: bug#36179: [PATCH] Remove Lucid Emacs support from bookmark.el
Date: Wed, 12 Jun 2019 15:04:09 +0200	[thread overview]
Message-ID: <CADwFkm=hyArV=dOeOZe1gigatTiOf=GyeyuWdicArzKFeGMg6w@mail.gmail.com> (raw)

[-- 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


             reply	other threads:[~2019-06-12 13:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-12 13:04 Stefan Kangas [this message]
2019-06-15  8:31 ` bug#36179: [PATCH] Remove Lucid Emacs support from bookmark.el Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADwFkm=hyArV=dOeOZe1gigatTiOf=GyeyuWdicArzKFeGMg6w@mail.gmail.com' \
    --to=stefan@marxist.se \
    --cc=36179@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.