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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/generic.el [lexbind]
Date: Tue, 06 Jul 2004 07:16:19 -0400

Index: emacs/lisp/generic.el
diff -c emacs/lisp/generic.el:1.20.8.2 emacs/lisp/generic.el:1.20.8.3
*** emacs/lisp/generic.el:1.20.8.2      Thu Feb  5 14:48:32 2004
--- emacs/lisp/generic.el       Tue Jul  6 09:14:18 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]