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:
parent
ef9f9fb556
commit
b65d82ca41
2 changed files with 11 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue