]> code.delx.au - gnu-emacs/commitdiff
lisp/emacs-lock.el: Add back code accidentally replaced with garbage.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Jul 2011 12:05:06 +0000 (14:05 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Jul 2011 12:05:06 +0000 (14:05 +0200)
lisp/emacs-lock.el

index 9e0a93b4731847a9aa68b786ebf114eac05c6511..7cf0f337705ca68fe0d2c2f3aeac24d958024347 100644 (file)
@@ -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