emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/vhdl-mode.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/vhdl-mode.el
Date: Fri, 05 May 2006 23:38:32 +0000

Index: emacs/lisp/progmodes/vhdl-mode.el
diff -u emacs/lisp/progmodes/vhdl-mode.el:1.50 
emacs/lisp/progmodes/vhdl-mode.el:1.51
--- emacs/lisp/progmodes/vhdl-mode.el:1.50      Fri Feb 10 09:00:30 2006
+++ emacs/lisp/progmodes/vhdl-mode.el   Fri May  5 23:38:31 2006
@@ -16723,8 +16723,7 @@
          (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]