~vm/vm/vmpc-prompt

« back to all changes in this revision

Viewing changes to lisp/vm-mouse.el

  • Committer: Uday S Reddy
  • Date: 2012-11-28 09:07:16 UTC
  • Revision ID: u.s.reddy@cs.bham.ac.uk-20121128090716-q4jqmoqdnaflw7ae
Reverted revision 1451 (changes to buffer-file-type variable and other changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
(defun vm-mouse-send-url-to-mozilla-new-window (url)
292
292
  (vm-mouse-send-url-to-mozilla url nil t))
293
293
 
294
 
;; (defvar buffer-file-type)
 
294
(defvar buffer-file-type)
295
295
 
296
296
(defun vm-mouse-send-url-to-mosaic (url &optional new-mosaic new-window)
297
297
  (vm-mouse-send-url-to-xxxx-mosaic 'mosaic url new-mosaic new-window))
323
323
                 (insert url ?\n)
324
324
                 ;; newline convention used should be the local
325
325
                 ;; one, whatever that is.
326
 
                 ;; (setq buffer-file-type nil) ; defunct variable
 
326
                 (setq buffer-file-type nil)
327
327
                 (if (fboundp 'set-buffer-file-coding-system)
328
328
                     (set-buffer-file-coding-system
329
329
                      (vm-line-ending-coding-system) nil))