]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/proj-elisp.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / ede / proj-elisp.el
index d7720f25681ee3a442399c591030a85e81a212a6..8e01445233ec5c6ab16dd2bd05c8f81dfa443249 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ede-proj-elisp.el --- EDE Generic Project Emacs Lisp support
 
-;; Copyright (C) 1998-2005, 2007-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2005, 2007-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
 ;; Keywords: project, make
@@ -255,7 +255,7 @@ is found, such as a `-version' variable, or the standard header."
       (save-excursion
        (if (file-symlink-p ec)
            (progn
-             ;; Desymlinkify
+             ;; Change symlinks to copies.
              (rename-file ec (concat ec ".tmp"))
              (copy-file (concat ec ".tmp") ec)
              (delete-file (concat ec ".tmp"))))
@@ -267,7 +267,8 @@ is found, such as a `-version' variable, or the standard header."
          (while paths
            (ede-proj-elisp-add-path (car paths))
            (setq paths (cdr paths))))
-       (save-buffer)) )))
+       (save-buffer)
+       (kill-buffer)))))
 
 (defmethod ede-proj-flush-autoconf ((this ede-proj-target-elisp))
   "Flush the configure file (current buffer) to accommodate THIS."