]> code.delx.au - gnu-emacs/blobdiff - lisp/play/fortune.el
Simplify url handling in rcirc-mode
[gnu-emacs] / lisp / play / fortune.el
index 05775c8a85e5af2b72d430ce1c17e5a2b2b2c90b..55b0a564fef1d3f890d0c1d45b964d85557ec3d3 100644 (file)
@@ -49,7 +49,7 @@
 
 ;; I have also this in my .gnus:
 ;;(add-hook 'gnus-article-mode-hook
-;;       '(lambda ()
+;;       (lambda ()
 ;;          (define-key gnus-article-mode-map "i" 'fortune-from-region)))
 ;; which allows marking a region and then pressing "i" so that the marked
 ;; region will be automatically added to my favourite fortune-file.
@@ -282,7 +282,7 @@ and choose the directory as the fortune-file."
 
 ;;; **************
 ;;; Display fortune
-(defun fortune-in-buffer (interactive &optional file)
+(defun fortune-in-buffer (_interactive &optional file)
   "Put a fortune cookie in the *fortune* buffer.
 INTERACTIVE is ignored.  Optional argument FILE, when supplied,
 specifies the file to choose the fortune from."