1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00

*** empty log message ***

This commit is contained in:
Eric S. Raymond 1992-05-30 23:54:21 +00:00
parent 84fc2cfa7d
commit c0274f385f
49 changed files with 298 additions and 58 deletions

View file

@ -1,4 +1,5 @@
;;; Maintain autoloads in loaddefs.el.
;;; autoload.el --- maintain autoloads in loaddefs.el.
;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
;;; Written by Roland McGrath.
;;;
@ -289,3 +290,4 @@ For example, invoke \"emacs -batch -f batch-update-autoloads *.el\""
(provide 'autoload)
;;; autoload.el ends here

View file

@ -1,3 +1,5 @@
;; backquote.el --- backquoting for Emacs Lisp macros
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Written by Dick King (king@kestrel).
@ -354,3 +356,4 @@ for making the list so far."
(provide 'backquote)
;;; backquote.el ends here

View file

@ -1,4 +1,5 @@
;; Lisp mode, and its idiosyncratic commands.
;;; cl-indent.el --- enhanced lisp-indent mode
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; Written by Richard Mlynarik July 1987
@ -464,3 +465,4 @@ by `lisp-body-indent'.")
;; To disable this stuff, (setq lisp-indent-function 'lisp-indent-function)
;;; cl-indent.el ends here

View file

@ -1,4 +1,5 @@
;; Debuggers and related commands for Emacs
;;; debug.el --- debuggers and related commands for Emacs
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@ -354,3 +355,5 @@ If argument is nil or an empty string, cancel for all functions."
(setq list (cdr list))))
(princ "Note: if you have redefined a function, then it may no longer\n")
(princ "be set to debug on entry, even if it is in the list."))))
;;; debug.el ends here