emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/generic.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/generic.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:51:29 -0400

Index: emacs/lisp/generic.el
diff -c emacs/lisp/generic.el:1.20.14.2 emacs/lisp/generic.el:1.20.14.3
*** emacs/lisp/generic.el:1.20.14.2     Fri Apr 16 12:49:50 2004
--- emacs/lisp/generic.el       Mon Jun 28 07:28:40 2004
***************
*** 1,6 ****
  ;;; generic.el --- defining simple major modes with comment and font-lock
  ;;
! ;; Copyright (C) 1997, 1999 Free Software Foundation, Inc.
  ;;
  ;; Author:  Peter Breton <address@hidden>
  ;; Created: Fri Sep 27 1996
--- 1,6 ----
  ;;; generic.el --- defining simple major modes with comment and font-lock
  ;;
! ;; Copyright (C) 1997, 1999, 2004 Free Software Foundation, Inc.
  ;;
  ;; Author:  Peter Breton <address@hidden>
  ;; Created: Fri Sep 27 1996
***************
*** 188,196 ****
                                 &optional description)
    "Create a new generic mode with NAME.
  
- Args: (NAME COMMENT-LIST KEYWORD-LIST FONT-LOCK-LIST AUTO-MODE-LIST
-             FUNCTION-LIST &optional DESCRIPTION)
- 
  NAME should be a symbol; its string representation is used as the function
  name. If DESCRIPTION is provided, it is used as the docstring for the new
  function.
--- 188,193 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]