1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

(vhdl-generate-makefile-1): Use add-to-history.

This commit is contained in:
Kim F. Storm 2006-05-05 23:38:31 +00:00
parent c3e9438b5f
commit 7cd80673b1

View File

@ -16723,8 +16723,7 @@ specified by a target."
(progn (save-buffer)
(kill-buffer (current-buffer))
(set-buffer orig-buffer)
(setq file-name-history
(cons makefile-path-name file-name-history)))
(add-to-history 'file-name-history makefile-path-name))
(vhdl-warning-when-idle
(format "File not writable: \"%s\""
(abbreviate-file-name makefile-path-name)))