~ubuntu-branches/debian/sid/emacs24/sid

« back to all changes in this revision

Viewing changes to lisp/emacs-lisp/derived.el

  • Committer: Package Import Robot
  • Author(s): Rob Browning
  • Date: 2015-06-17 00:06:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150617000626-uxmby0fbe538wwry
Tags: 24.5+1-1
* Merge upstream version 24.5 (shift from the bzr->git mirror to the
  new official upstream git repository for the source).
  Remove redundant patches:
    0008-A-race-to-create-info-has-been-eliminated.patch
    0009-Nil-load-path-elements-shouldn-t-crash-Emacs.patch

* Update debian/copyright* for 24.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; derived.el --- allow inheritance of major modes
2
2
;; (formerly mode-clone.el)
3
3
 
4
 
;; Copyright (C) 1993-1994, 1999, 2001-2014 Free Software Foundation,
 
4
;; Copyright (C) 1993-1994, 1999, 2001-2015 Free Software Foundation,
5
5
;; Inc.
6
6
 
7
7
;; Author: David Megginson (dmeggins@aix1.uottawa.ca)