mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
fix warnings
This commit is contained in:
parent
a64c6a3048
commit
d928579b51
2 changed files with 2 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
(require 'er-basic-expansions)
|
||||
(require 'find-func)
|
||||
(require 'boon-utils)
|
||||
(require 'subr-x)
|
||||
|
||||
|
||||
;;; Jumping to definitions (at point):
|
||||
|
|
|
@ -46,9 +46,7 @@ Can be negative."
|
|||
|
||||
(defun boon-looking-at-comment (how-many)
|
||||
"Is the current point looking at HOW-MANY comments? (negative for backwards)?"
|
||||
(declare (obsolete "useless" "20160901"))
|
||||
(save-excursion
|
||||
(forward-comment how-many)))
|
||||
(save-excursion (forward-comment how-many)))
|
||||
|
||||
(defun boon-in-string-p ()
|
||||
"Determine if the point is inside a string."
|
||||
|
|
Loading…
Add table
Reference in a new issue