emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el
Date: Mon, 03 Jan 2005 17:20:47 -0500

Index: emacs/lisp/emacs-lisp/find-func.el
diff -c emacs/lisp/emacs-lisp/find-func.el:1.50 
emacs/lisp/emacs-lisp/find-func.el:1.51
*** emacs/lisp/emacs-lisp/find-func.el:1.50     Mon Dec 27 16:17:10 2004
--- emacs/lisp/emacs-lisp/find-func.el  Mon Jan  3 22:05:12 2005
***************
*** 1,6 ****
  ;;; find-func.el --- find the definition of the Emacs Lisp function near point
  
! ;; Copyright (C) 1997, 1999, 2001, 2004  Free Software Foundation, Inc.
  
  ;; Author: Jens Petersen <address@hidden>
  ;; Maintainer: address@hidden
--- 1,6 ----
  ;;; find-func.el --- find the definition of the Emacs Lisp function near point
  
! ;; Copyright (C) 1997, 1999, 2001, 2004, 2005  Free Software Foundation, Inc.
  
  ;; Author: Jens Petersen <address@hidden>
  ;; Maintainer: address@hidden
***************
*** 76,85 ****
    :version "21.1")
  
  (defcustom find-variable-regexp
!   (concat"^\\s-*(def[^umag]\\(\\w\\|\\s_\\)+\\*?" find-function-space-re 
"%s\\(\\s-\\|$\\)")
    "The regexp used by `find-variable' to search for a variable definition.
  It should match right up to the variable name.  The default value
! avoids `defun', `defmacro', `defalias', `defadvice', `defgroup'.
  
  Please send improvements and fixes to the maintainer."
    :type 'regexp
--- 76,85 ----
    :version "21.1")
  
  (defcustom find-variable-regexp
!   (concat"^\\s-*(def[^fumag]\\(\\w\\|\\s_\\)+\\*?" find-function-space-re 
"%s\\(\\s-\\|$\\)")
    "The regexp used by `find-variable' to search for a variable definition.
  It should match right up to the variable name.  The default value
! avoids `defun', `defmacro', `defalias', `defadvice', `defgroup', `defface'.
  
  Please send improvements and fixes to the maintainer."
    :type 'regexp
***************
*** 437,441 ****
  
  (provide 'find-func)
  
! ;;; arch-tag: 43ecd81c-74dc-4d9a-8f63-a61e55670d64
  ;;; find-func.el ends here
--- 437,441 ----
  
  (provide 'find-func)
  
! ;; arch-tag: 43ecd81c-74dc-4d9a-8f63-a61e55670d64
  ;;; find-func.el ends here




reply via email to

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