From: Juanma Barranquero Date: Tue, 5 Jul 2011 12:05:06 +0000 (+0200) Subject: lisp/emacs-lock.el: Add back code accidentally replaced with garbage. X-Git-Tag: emacs-pretest-24.0.90~104^2~419^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1479eac569994eda72c24d4d0061e876a039881;p=emacs.git lisp/emacs-lock.el: Add back code accidentally replaced with garbage. --- diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el index 9e0a93b4731..7cf0f337705 100644 --- a/lisp/emacs-lock.el +++ b/lisp/emacs-lock.el @@ -237,4 +237,7 @@ Other values are interpreted as usual." (interactive) (call-interactively 'emacs-lock-mode)) (make-obsolete 'toggle-emacs-lock 'emacs-lock-mode "24.1") -k + +(provide 'emacs-lock) + +;;; emacs-lock.el ends here