emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Sat, 14 May 2005 09:54:22 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.447 emacs/lisp/subr.el:1.448
*** emacs/lisp/subr.el:1.447    Mon May  2 02:20:28 2005
--- emacs/lisp/subr.el  Sat May 14 13:54:21 2005
***************
*** 983,989 ****
  
  If TYPE is nil, then any kind of definition is acceptable.
  If TYPE is `defun' or `defvar', that specifies function
! definition only or variable definition only."
    (if (and (or (null type) (eq type 'defun))
           (symbolp symbol) (fboundp symbol)
           (eq 'autoload (car-safe (symbol-function symbol))))
--- 983,990 ----
  
  If TYPE is nil, then any kind of definition is acceptable.
  If TYPE is `defun' or `defvar', that specifies function
! definition only or variable definition only.
! `defface' specifies a face definition only."
    (if (and (or (null type) (eq type 'defun))
           (symbolp symbol) (fboundp symbol)
           (eq 'autoload (car-safe (symbol-function symbol))))




reply via email to

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