]> code.delx.au - gnu-emacs/blobdiff - lisp/desktop.el
Use with-current-buffer, match-string.
[gnu-emacs] / lisp / desktop.el
index f8be1f0685da61ff0dde626aa760bf050b875908..3dbd581aef405668e6c5e1e3357cd14ce973ef72 100644 (file)
@@ -403,6 +403,7 @@ code like
 
 Furthermore the major mode function must be autoloaded.")
 
+;;;###autoload
 (put 'desktop-buffer-mode-handlers 'risky-local-variable t)
 (make-obsolete-variable 'desktop-buffer-handlers
                         'desktop-buffer-mode-handlers "22.1")
@@ -465,6 +466,7 @@ Furthermore the minor mode function must be autoloaded.
 
 See also `desktop-minor-mode-table'.")
 
+;;;###autoload
 (put 'desktop-minor-mode-handlers 'risky-local-variable t)
 
 ;; ----------------------------------------------------------------------------