/[emacs]/emacs/lisp/bs.el
ViewVC logotype

Diff of /emacs/lisp/bs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by eliz, Tue Nov 20 18:17:24 2001 UTC revision 1.14 by lektu, Fri Aug 30 11:00:27 2002 UTC
# Line 1213  buffer list used for buffer cycling." Line 1213  buffer list used for buffer cycling."
1213    
1214  (defun bs-message-without-log (&rest args)  (defun bs-message-without-log (&rest args)
1215    "Like `message' but don't log it on the message log.    "Like `message' but don't log it on the message log.
1216  All arguments ARGS are transfered to function `message'."  All arguments ARGS are transferred to function `message'."
1217    (let ((message-log-max nil))    (let ((message-log-max nil))
1218      (apply 'message args)))      (apply 'message args)))
1219    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26