diff options
Diffstat (limited to 'lisp/cedet/srecode/args.el')
-rw-r--r-- | lisp/cedet/srecode/args.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/srecode/args.el b/lisp/cedet/srecode/args.el index e8a1a2c2153..086f369b7f2 100644 --- a/lisp/cedet/srecode/args.el +++ b/lisp/cedet/srecode/args.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. -;; Author: Eric M. Ludlam <eric@siege-engine.com> +;; Author: Eric M. Ludlam <zappo@gnu.org> ;; This file is part of GNU Emacs. @@ -174,8 +174,8 @@ do not contain any text from preceding or following text." (srecode-dictionary-set-value dict "PROJECT_FILENAME" relfname) (srecode-dictionary-set-value dict "PROJECT_DIRECTORY" reldir) (srecode-dictionary-set-value dict "PROJECT_NAME" (ede-name (ede-toplevel))) - (srecode-dictionary-set-value dict "PROJECT_VERSION" (oref (ede-toplevel) :version)) - ) + (srecode-dictionary-set-value dict "PROJECT_VERSION" + (oref (ede-toplevel) version))) ;; If there is no EDE project, then put in some base values. (srecode-dictionary-set-value dict "PROJECT_FILENAME" bfn) (srecode-dictionary-set-value dict "PROJECT_DIRECTORY" dir) |