diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 11:39:42 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 11:39:42 +0000 |
commit | 6a05d05fafe43d1546cef84b004372b784d3792f (patch) | |
tree | 93fb7b766185e1e1945bb413a6beb7673a755b14 /lisp/emacs-lisp | |
parent | bfb01a95c2de0a4f3f78b26829793b284c265578 (diff) | |
download | emacs-6a05d05fafe43d1546cef84b004372b784d3792f.tar.gz emacs-6a05d05fafe43d1546cef84b004372b784d3792f.tar.bz2 emacs-6a05d05fafe43d1546cef84b004372b784d3792f.zip |
Fixes to follow coding conventions.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 4364381dce9..245feb78983 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -1,9 +1,9 @@ -;;; easymenu.el --- support the easymenu interface for defining a menu. +;;; easymenu.el --- support the easymenu interface for defining a menu ;; Copyright (C) 1994, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. ;; Keywords: emulations -;; Author: rms +;; Author: Richard Stallman <rms@gnu.org> ;; This file is part of GNU Emacs. |