SCM Repository
[smlnj] Diff of /sml/trunk/sml-mode/sml-compat.el
Diff of /sml/trunk/sml-mode/sml-compat.el
Parent Directory
|
Revision Log
|
Patch
1 |
;;; sml-compat.el |
;;; sml-compat.el --- Compatibility functions for Emacs variants for sml-mode |
2 |
|
|
3 |
(defconst rcsid-sml-compat "@(#)$Name$:$Id$") |
;; Copyright (C) 1999-2000 Stefan Monnier <monnier@cs.yale.edu> |
|
|
|
|
;; Copyright (C) 1999-1999 Stefan Monnier <monnier@cs.yale.edu> |
|
4 |
;; |
;; |
5 |
;; This program is free software; you can redistribute it and/or modify |
;; This program is free software; you can redistribute it and/or modify |
6 |
;; it under the terms of the GNU General Public License as published by |
;; it under the terms of the GNU General Public License as published by |
16 |
;; along with this program; if not, write to the Free Software |
;; along with this program; if not, write to the Free Software |
17 |
;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
18 |
|
|
19 |
;; |
;;; Commentary: |
20 |
|
|
21 |
|
;;; Code: |
22 |
|
|
23 |
(unless (fboundp 'set-keymap-parents) |
(unless (fboundp 'set-keymap-parents) |
24 |
(defun set-keymap-parents (m parents) |
(defun set-keymap-parents (m parents) |
64 |
file))) |
file))) |
65 |
|
|
66 |
|
|
|
;; |
|
67 |
(provide 'sml-compat) |
(provide 'sml-compat) |
68 |
|
|
69 |
|
;;; sml-compat.el ends here |
|
Legend:
Removed from v.536 |
|
changed lines |
|
Added in v.541 |
|
|