diff lisp/novice.el @ 659:505130d1ddf8

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 22:12:04 +0000
parents 341f07a24b10
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/novice.el	Sat May 30 21:11:25 1992 +0000
+++ b/lisp/novice.el	Sat May 30 22:12:04 1992 +0000
@@ -1,4 +1,5 @@
-;; Handling of disabled commands ("novice mode") for Emacs.
+;;; novice.el --- handling of disabled commands ("novice mode") for Emacs.
+
 ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -109,3 +110,4 @@
    (insert "(put '" (symbol-name command) " 'disabled t)\n")
    (save-buffer)))
 
+;;; novice.el ends here