Mercurial > emacs
changeset 23100:043247d0ced9
Fix :version tags to have a string value, not a float.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 26 Aug 1998 09:41:07 +0000 |
parents | ad057569785d |
children | 6193531a173e |
files | lisp/emacs-lisp/find-func.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el Wed Aug 26 09:38:13 1998 +0000 +++ b/lisp/emacs-lisp/find-func.el Wed Aug 26 09:41:07 1998 +0000 @@ -64,7 +64,7 @@ Please send improvements and fixes to the maintainer." :type 'regexp :group 'find-function - :version 20.3) + :version "20.3") (defcustom find-variable-regexp "^\\s-*(def[^uma\W]\\w+\\*?\\s-+%s\\(\\s-\\|$\\)" @@ -75,7 +75,7 @@ Please send improvements and fixes to the maintainer." :type 'regexp :group 'find-function - :version 20.3) + :version "20.3") (defcustom find-function-source-path nil "The default list of directories where find-function searches. @@ -91,14 +91,14 @@ See the function `center-to-window-line' for more information, and `find-function' and `find-variable'." :group 'find-function - :version 20.3) + :version "20.3") (defcustom find-function-after-hook nil "Hook run after finding symbol definition. See the functions `find-function' and `find-variable'." :group 'find-function - :version 20.3) + :version "20.3") ;;; Functions: