emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

buffer-narrowed-p


From: Lennart Borgman
Subject: buffer-narrowed-p
Date: Sun, 11 Oct 2009 22:41:34 +0200

Could this perhaps be included in Emacs?

';;;###autoload
(defun buffer-narrowed-p ()
  "Return non-nil if the current buffer is narrowed."
  (/= (buffer-size)
      (- (point-max)
         (point-min))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]