mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(define-derived-mode): Remove bogus compatibiity code.
This commit is contained in:
parent
b649d2e482
commit
cdcfbcb26a
2 changed files with 4 additions and 5 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/derived.el (define-derived-mode): Remove bogus
|
||||
compatibiity code.
|
||||
|
||||
* emacs-lisp/copyright.el (copyright-names-regexp): New var.
|
||||
(copyright-update-year): Use it.
|
||||
|
||||
|
|
|
|||
|
|
@ -254,11 +254,7 @@ No problems result if this variable is not bound.
|
|||
,@body
|
||||
)
|
||||
;; Run the hooks, if any.
|
||||
;; Make the generated code work in older Emacs versions
|
||||
;; that do not yet have run-mode-hooks.
|
||||
(if (fboundp 'run-mode-hooks)
|
||||
(run-mode-hooks ',hook)
|
||||
(run-hooks ',hook))))))
|
||||
(run-mode-hooks ',hook)))))
|
||||
|
||||
;; PUBLIC: find the ultimate class of a derived mode.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue