diff options
| author | Juanma Barranquero | 2007-01-08 23:08:10 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-01-08 23:08:10 +0000 |
| commit | b65d82ca418ef93101b322ed9f731d0173059cd1 (patch) | |
| tree | 31a01d65a70d636d97e3fae4733627e1242c24cd /lisp | |
| parent | ef9f9fb556c744f6df52bb5c179c5e166907d9ba (diff) | |
| download | emacs-b65d82ca418ef93101b322ed9f731d0173059cd1.tar.gz emacs-b65d82ca418ef93101b322ed9f731d0173059cd1.zip | |
(vhdl-save-caches): Fix typo in error message.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ada1dde7c0..eb869e00f6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-01-08 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * battery.el (battery-search-for-one-match-in-files): | ||
| 4 | * bindings.el (mode-line-minor-mode-help): | ||
| 5 | * x-dnd.el (x-dnd-types-alist): | ||
| 6 | * calendar/icalendar.el (icalendar-import-buffer): | ||
| 7 | * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring. | ||
| 8 | |||
| 9 | * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message. | ||
| 10 | |||
| 1 | 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) | 11 | 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change) |
| 2 | 12 | ||
| 3 | * replace.el (replace-regexp): Fix typo in docstring. | 13 | * replace.el (replace-regexp): Fix typo in docstring. |
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 3bf4227a82f..cc58a09ec59 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -13851,7 +13851,7 @@ entity ENT-KEY." | |||
| 13851 | (vhdl-save-cache (car project-list)) | 13851 | (vhdl-save-cache (car project-list)) |
| 13852 | (setq project-list (cdr project-list))) | 13852 | (setq project-list (cdr project-list))) |
| 13853 | (message "Saving hierarchy caches...done"))) | 13853 | (message "Saving hierarchy caches...done"))) |
| 13854 | (error (progn (vhdl-warning "ERROR: An error occured while saving the hierarchy caches") | 13854 | (error (progn (vhdl-warning "ERROR: An error occurred while saving the hierarchy caches") |
| 13855 | (sit-for 2))))) | 13855 | (sit-for 2))))) |
| 13856 | 13856 | ||
| 13857 | (defun vhdl-save-cache (key) | 13857 | (defun vhdl-save-cache (key) |