# HG changeset patch # User Andreas Schwab # Date 904124467 0 # Node ID 043247d0ced9d684117d5df16a1df6d17ab0a07e # Parent ad057569785dd18173aacb59769732517e7fa58d Fix :version tags to have a string value, not a float. diff -r ad057569785d -r 043247d0ced9 lisp/emacs-lisp/find-func.el --- 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: