Changeset 4079 for trunk/lisp/progmodes/vhdl-mode.el
- Timestamp:
- 05/13/06 11:31:18 (3 years ago)
- Files:
-
- trunk/lisp/progmodes/vhdl-mode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/progmodes/vhdl-mode.el
r4037 r4079 16724 16724 (kill-buffer (current-buffer)) 16725 16725 (set-buffer orig-buffer) 16726 (setq file-name-history 16727 (cons makefile-path-name file-name-history))) 16726 (add-to-history 'file-name-history makefile-path-name)) 16728 16727 (vhdl-warning-when-idle 16729 16728 (format "File not writable: \"%s\""
