Mercurial > emacs
comparison lisp/desktop.el @ 55179:28874a527b36
Fix comment.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 27 Apr 2004 06:50:20 +0000 |
parents | 519f44af960a |
children | f30ad6214291 |
comparison
equal
deleted
inserted
replaced
55178:dd3da2fb7ef3 | 55179:28874a527b36 |
---|---|
808 (funcall desktop-buffer-major-mode)) | 808 (funcall desktop-buffer-major-mode)) |
809 buf) | 809 buf) |
810 nil))) | 810 nil))) |
811 | 811 |
812 ;; ---------------------------------------------------------------------------- | 812 ;; ---------------------------------------------------------------------------- |
813 ;; Create a buffer, load its file, set is mode, ...; called from Desktop file | 813 ;; Create a buffer, load its file, set its mode, ...; |
814 ;; only. | 814 ;; called from Desktop file only. |
815 | 815 |
816 (eval-when-compile ; Just to silence the byte compiler | 816 (eval-when-compile ; Just to silence the byte compiler |
817 (defvar desktop-first-buffer) ;; Dynamically bound in `desktop-read' | 817 (defvar desktop-first-buffer) ;; Dynamically bound in `desktop-read' |
818 ) | 818 ) |
819 | 819 |