diff lisp/simple.el @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents 146cd8369025 2ed5d4bbedbf
children a8190f7e546e
line wrap: on
line diff
--- a/lisp/simple.el	Mon May 15 03:48:50 2006 +0000
+++ b/lisp/simple.el	Wed May 17 07:46:49 2006 +0000
@@ -3646,7 +3646,8 @@
 	;; Move to the chosen destination position from above,
 	;; with intangibility processing enabled.
 
-	(goto-char (point-min))
+	;; Avoid calling point-entered and point-left.
+	(goto-char new)
 	(let ((inhibit-point-motion-hooks nil))
 	  (goto-char new)
 
@@ -4058,6 +4059,7 @@
 		 string)
   :group 'fill)
 (make-variable-buffer-local 'fill-prefix)
+;;;###autoload(put 'fill-prefix 'safe-local-variable 'string-or-null-p)
 
 (defcustom auto-fill-inhibit-regexp nil
   "*Regexp to match lines which should not be auto-filled."