1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 11:42:29 -08:00

(vhdl-save-caches): Fix typo in error message.

This commit is contained in:
Juanma Barranquero 2007-01-08 23:08:10 +00:00
parent ef9f9fb556
commit b65d82ca41
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
2007-01-08 Juanma Barranquero <lekktu@gmail.com>
* battery.el (battery-search-for-one-match-in-files):
* bindings.el (mode-line-minor-mode-help):
* x-dnd.el (x-dnd-types-alist):
* calendar/icalendar.el (icalendar-import-buffer):
* term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
* progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
* replace.el (replace-regexp): Fix typo in docstring.

View file

@ -13851,7 +13851,7 @@ entity ENT-KEY."
(vhdl-save-cache (car project-list))
(setq project-list (cdr project-list)))
(message "Saving hierarchy caches...done")))
(error (progn (vhdl-warning "ERROR: An error occured while saving the hierarchy caches")
(error (progn (vhdl-warning "ERROR: An error occurred while saving the hierarchy caches")
(sit-for 2)))))
(defun vhdl-save-cache (key)