diff options
| author | Stefan Kangas | 2019-06-12 10:36:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-06-15 11:30:46 +0300 |
| commit | 794ba60624a08d1f37764867f382d9be9523f665 (patch) | |
| tree | a14bdf5939745c187638994a36e45e3eef886e16 /lisp | |
| parent | 333170348ba83069c1f460af70e9add28d57da2a (diff) | |
| download | emacs-794ba60624a08d1f37764867f382d9be9523f665.tar.gz emacs-794ba60624a08d1f37764867f382d9be9523f665.zip | |
Remove Lucid Emacs support from bookmark.el
* lisp/bookmark.el: Remove Lucid Emacs support.
(Bug#36179)
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/bookmark.el | 6 |
1 files changed, 0 insertions, 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." | |||
| 176 | 176 | ||
| 177 | ;;; No user-serviceable parts beyond this point. | 177 | ;;; No user-serviceable parts beyond this point. |
| 178 | 178 | ||
| 179 | ;; Added for lucid emacs compatibility, db | ||
| 180 | (or (fboundp 'defalias) (fset 'defalias 'fset)) | ||
| 181 | |||
| 182 | ;; suggested for lucid compatibility by david hughes: | ||
| 183 | (or (fboundp 'frame-height) (defalias 'frame-height 'screen-height)) | ||
| 184 | |||
| 185 | 179 | ||
| 186 | ;;; Keymap stuff: | 180 | ;;; Keymap stuff: |
| 187 | 181 | ||