]> git.eshelyaron.com Git - emacs.git/commitdiff
(toggle-read-only): Clean up the hint message.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Jul 2002 22:02:57 +0000 (22:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Jul 2002 22:02:57 +0000 (22:02 +0000)
lisp/ChangeLog
lisp/files.el

index 59f0b1de12befee0c9ed5bf21a2befe71cf4da1d..bb46820e26ea940ec0b69f5f84e38ee0f001d210 100644 (file)
@@ -1,3 +1,23 @@
+2002-07-20  Richard M. Stallman  <rms@gnu.org>
+
+       * files.el (toggle-read-only): Clean up the hint message.
+
+       * emacs-lisp/bytecomp.el: Use warnings.el.
+       (byte-compile-warning-prefix): New function.
+       (byte-compile-log-file): Return page start position.
+       (byte-compile-log-warning): New function.
+       (byte-compile-warn): Use byte-compile-log-warning.
+       (byte-compile-report-error): Likewise.  Also use error-message-string.
+       (displaying-byte-compile-warnings): Bind warning-series.
+       Don't bind or use byte-compile-warnings-point-max.
+       Don't display the log buffer at the end.
+       (byte-compile-warnings-point-max): Variable deleted.
+       (byte-compile-log-1): Rewrite for trace info, not used for warnings.
+       (byte-compile-last-warned-form, byte-compile-last-logged-file): 
+       Defvars moved.
+       
+       * warnings.el: New file.
+
 2002-07-19  Richard M. Stallman  <rms@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
index 81143edbc63175815da6e03a9b44cf9ba075a9b1..51fde3fd271dc6dd85f60153d0f338c2fb4720b6 100644 (file)
@@ -3074,8 +3074,8 @@ If visiting file read-only and `view-read-only' is non-nil, enter view mode."
         (force-mode-line-update)))
     (if (vc-backend buffer-file-name)
         (message (substitute-command-keys
-                  (concat "File is under version-control, "
-                          "consider \\[vc-next-action] to check in/out"))))))
+                  (concat "File is under version-control; "
+                          "use \\[vc-next-action] to check in/out"))))))
 
 (defun insert-file (filename)
   "Insert contents of file FILENAME into buffer after point.