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: Tue, 28 Dec 2004 00:23:50 -0500

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.431 emacs/lisp/subr.el:1.432
*** emacs/lisp/subr.el:1.431    Mon Dec 27 16:23:34 2004
--- emacs/lisp/subr.el  Tue Dec 28 05:10:37 2004
***************
*** 1022,1028 ****
  It can also be nil, if the definition is not associated with any file.
  
  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)
--- 1022,1028 ----
  It can also be nil, if the definition is not associated with any file.
  
  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)




reply via email to

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